added build status to readme
Browse files- README.rst +6 -1
README.rst
CHANGED
@@ -2,7 +2,12 @@
|
|
2 |
pytube
|
3 |
======
|
4 |
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
Description
|
8 |
===========
|
|
|
2 |
pytube
|
3 |
======
|
4 |
|
5 |
+
.. image:: https://travis-ci.org/nficano/pytube.svg?branch=master
|
6 |
+
:alt: Build status
|
7 |
+
:target: https://travis-ci.org/nficano/pytube
|
8 |
+
|
9 |
+
*pytube* is a lightweight, dependency-free Python library (and cli) for
|
10 |
+
downloading YouTube Videos.
|
11 |
|
12 |
Description
|
13 |
===========
|