Nick Ficano commited on
Commit
53e575c
·
1 Parent(s): 47d0ce8

typo fixes

Browse files
Files changed (1) hide show
  1. README.rst +4 -4
README.rst CHANGED
@@ -16,13 +16,13 @@ Description
16
 
17
  YouTube is the most popular video-sharing platform in the world and as a hacker you may encounter a situation where you want to script something to download videos for you. For this I present to you *pytube*.
18
 
19
- *pytube* is lightweight library written in Python. It has no third party dependencies and aims to be highly reliable.
20
 
21
- *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 and gives you the developer the power to define what "best" is.
22
 
23
- *pytube* also makes pipelining easy, allowing you to specify callback functions for different download events like ``on complete`` or ``on progress``.
24
 
25
- *pytube* also includes a command-line unity, allowing you to quickly download videos right from terminal.
26
 
27
  Requirements
28
  ============
 
16
 
17
  YouTube is the most popular video-sharing platform in the world and as a hacker you may encounter a situation where you want to script something to download videos for you. For this I present to you *pytube*.
18
 
19
+ *pytube* is a lightweight library written in Python. It has no third party dependencies and aims to be highly reliable.
20
 
21
+ *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.
22
 
23
+ *pytube* also makes pipelining easy, allowing you to specify callback functions for different download events such as ``on complete`` or ``on progress``.
24
 
25
+ *pytube* also includes a command-line utility, allowing you to quickly download videos right from terminal.
26
 
27
  Requirements
28
  ============