Nick Ficano commited on
Commit
4ef9def
·
1 Parent(s): 784f04c

updates to readme

Browse files
Files changed (1) hide show
  1. README.rst +4 -4
README.rst CHANGED
@@ -9,7 +9,7 @@ pytube
9
  .. image:: https://coveralls.io/repos/nficano/pytube/badge.svg?branch=master&service=github
10
  :target: https://coveralls.io/github/nficano/pytube?branch=master
11
 
12
- *pytube* is a lightweight, dependency-free Python library (and command line utility) for downloading YouTube Videos.
13
 
14
  Description
15
  ===========
@@ -18,11 +18,11 @@ YouTube is the most popular video-sharing platform in the world and as a hacker
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
  ============
 
9
  .. image:: https://coveralls.io/repos/nficano/pytube/badge.svg?branch=master&service=github
10
  :target: https://coveralls.io/github/nficano/pytube?branch=master
11
 
12
+ *pytube* is a lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.
13
 
14
  Description
15
  ===========
 
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 progress`` or ``on complete``.
24
 
25
+ Finally *pytube* also includes a command-line utility, allowing you to quickly download videos right from terminal.
26
 
27
  Requirements
28
  ============