Nick Ficano commited on
Commit
b8c9b41
·
1 Parent(s): 456afb8

fixed typos in readme

Browse files
Files changed (1) hide show
  1. README.rst +3 -3
README.rst CHANGED
@@ -16,11 +16,11 @@ 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 this I give to you *pytube*.
18
 
19
- *pytube* makes *zero assumptions*, meaning there is no built-in method to say get the "best" quality video, *pytube* simply exposes all available videos (or available permutations of codecs, resolution, and quality profiles for a given video) making you responsible for defining what "best" is.
20
 
21
- *pytube* makes pipelining easy by allowing you to specify callback functions for download events like ``complete`` or ``step``.
22
 
23
- *pytube* also includes a cli, allowing you to download videos right from terminal.
24
 
25
  Requirements
26
  ============
 
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 this I give to you *pytube*.
18
 
19
+ *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 for a given video, giving you the developer the power to define what "best" is.
20
 
21
+ *pytube* also makes pipelining easy by allowing you to specify callback functions for different download events like on ``complete`` or on ``progress``.
22
 
23
+ *pytube* also includes a command-line unity, allowing you to download videos right from terminal.
24
 
25
  Requirements
26
  ============