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

updated readme.

Browse files
Files changed (1) hide show
  1. README.rst +6 -4
README.rst CHANGED
@@ -14,13 +14,15 @@ pytube
14
  Description
15
  ===========
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
  ============
 
14
  Description
15
  ===========
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
  ============