Nick Ficano commited on
Commit
037dfcd
·
1 Parent(s): 55b5e2f
Files changed (1) hide show
  1. README.rst +2 -2
README.rst CHANGED
@@ -19,9 +19,9 @@ YouTube is the most popular video-sharing platform in the world and as a hacker
19
 
20
  *pytube* is a lightweight library written in Python. It has no third party dependencies and aims to be highly reliable.
21
 
22
- *pytube* makes *zero assumptions*, meaning there is no built-in method to get say the *best* quality video, *pytube* simply exposes all the available formats and resolutions, giving you the developer the power to define what *best* is.
23
 
24
- *pytube* also makes pipelining easy, allowing you to specify callback functions for different download events such as ``on progress`` or ``on complete``.
25
 
26
  Finally *pytube* also includes a command-line utility, allowing you to quickly download videos right from terminal.
27
 
 
19
 
20
  *pytube* is a lightweight library written in Python. It has no third party dependencies and aims to be highly reliable.
21
 
22
+ *pytube* makes *zero assumptions*, meaning there is no built-in method to get say the *"best"* quality video, *pytube* simply exposes all the available formats and resolutions, giving you the developer the power to define what *"best"* is.
23
 
24
+ *pytube* also makes pipelining easy, allowing you to specify callback functions for different download events, such as ``on progress`` or ``on complete``.
25
 
26
  Finally *pytube* also includes a command-line utility, allowing you to quickly download videos right from terminal.
27