removed description
Browse files- README.rst +0 -13
README.rst
CHANGED
@@ -24,19 +24,6 @@ pytube
|
|
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* 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.
|
35 |
-
|
36 |
-
*pytube* also makes pipelining easy, allowing you to specify callback functions for different download events, such as ``on progress`` or ``on complete``.
|
37 |
-
|
38 |
-
Finally *pytube* also includes a command-line utility, allowing you to quickly download videos right from terminal.
|
39 |
-
|
40 |
Installation
|
41 |
============
|
42 |
|
|
|
24 |
|
25 |
*pytube* is a lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
Installation
|
28 |
============
|
29 |
|