Update README.rst
Browse files- README.rst +10 -1
README.rst
CHANGED
@@ -24,7 +24,16 @@ pytube
|
|
24 |
|
25 |
*pytube* is a lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.
|
26 |
|
27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
**Behold, a perfect balance of simplicity versus flexibility**::
|
30 |
|
|
|
24 |
|
25 |
*pytube* is a lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.
|
26 |
|
27 |
+
Description
|
28 |
+
===========
|
29 |
+
|
30 |
+
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 present to you *pytube*.
|
31 |
+
|
32 |
+
*pytube* is a lightweight library written in Python. It has no third party dependencies and aims to be highly reliable.
|
33 |
+
|
34 |
+
*pytube* also makes pipelining easy, allowing you to specify callback functions for different download events, such as ``on progress`` or ``on complete``.
|
35 |
+
|
36 |
+
Finally *pytube* also includes a command-line utility, allowing you to quickly download videos right from terminal.
|
37 |
|
38 |
**Behold, a perfect balance of simplicity versus flexibility**::
|
39 |
|