reformatting
Browse files- README.md +15 -17
- pytube/monostate.py +0 -1
README.md
CHANGED
@@ -14,14 +14,13 @@
|
|
14 |
|
15 |
# pytube3
|
16 |
|
17 |
-
|
18 |
## Table of Contents
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
|
26 |
## Installation
|
27 |
|
@@ -48,16 +47,15 @@ $ pip install pytube3 --upgrade
|
|
48 |
```
|
49 |
|
50 |
## Features
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
|
62 |
## Usage
|
63 |
|
|
|
14 |
|
15 |
# pytube3
|
16 |
|
|
|
17 |
## Table of Contents
|
18 |
+
* [Installation](#installation)
|
19 |
+
* [Quick start](#quick-start)
|
20 |
+
* [Features](#features)
|
21 |
+
* [Usage](#usage)
|
22 |
+
* [Command-line interface](#command-line-interface)
|
23 |
+
* [Development](#development)
|
24 |
|
25 |
## Installation
|
26 |
|
|
|
47 |
```
|
48 |
|
49 |
## Features
|
50 |
+
* Support for Both Progressive & DASH Streams
|
51 |
+
* Support for downloading complete playlist
|
52 |
+
* Easily Register ``on_download_progress`` & ``on_download_complete`` callbacks
|
53 |
+
* Command-line Interfaced Included
|
54 |
+
* Caption Track Support
|
55 |
+
* Outputs Caption Tracks to .srt format (SubRip Subtitle)
|
56 |
+
* Ability to Capture Thumbnail URL.
|
57 |
+
* Extensively Documented Source Code
|
58 |
+
* No Third-Party Dependencies
|
|
|
59 |
|
60 |
## Usage
|
61 |
|
pytube/monostate.py
CHANGED
@@ -49,7 +49,6 @@ class OnComplete(Protocol):
|
|
49 |
:py:class:`io.BufferedWriter`
|
50 |
|
51 |
:rtype: None
|
52 |
-
|
53 |
"""
|
54 |
|
55 |
|
|
|
49 |
:py:class:`io.BufferedWriter`
|
50 |
|
51 |
:rtype: None
|
|
|
52 |
"""
|
53 |
|
54 |
|