updated docs
Browse files- README.rst +14 -2
README.rst
CHANGED
@@ -37,8 +37,20 @@ pytube
|
|
37 |
... .first()
|
38 |
... .download()
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
Installation
|
41 |
-
|
42 |
|
43 |
Download using pip via pypi.
|
44 |
|
@@ -47,7 +59,7 @@ Download using pip via pypi.
|
|
47 |
pip install pytube
|
48 |
|
49 |
Getting started
|
50 |
-
|
51 |
|
52 |
Let's begin with showing how easy it is to download a video with pytube:
|
53 |
|
|
|
37 |
... .first()
|
38 |
... .download()
|
39 |
|
40 |
+
Features
|
41 |
+
--------
|
42 |
+
|
43 |
+
- Support for Both Progressive & DASH Streams
|
44 |
+
- Easily Register ``on_download_progress`` & ``on_download_complete`` callbacks
|
45 |
+
- Command-line Interfaced Included
|
46 |
+
- Caption Track Support
|
47 |
+
- Outputs Caption Tracks to .srt format (SubRip Subtitle)
|
48 |
+
- Ability to Capture Thumbnail URL.
|
49 |
+
- Extensively Documented Source Code
|
50 |
+
- No Third-Party Dependencies
|
51 |
+
|
52 |
Installation
|
53 |
+
------------
|
54 |
|
55 |
Download using pip via pypi.
|
56 |
|
|
|
59 |
pip install pytube
|
60 |
|
61 |
Getting started
|
62 |
+
---------------
|
63 |
|
64 |
Let's begin with showing how easy it is to download a video with pytube:
|
65 |
|