hbmartin commited on
Commit
5dcd3b9
·
1 Parent(s): a36c646

reformatting

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