doc updates
Browse files- docs/index.rst +1 -1
docs/index.rst
CHANGED
@@ -33,7 +33,7 @@ Release v\ |version|. (:ref:`Installation <install>`)
|
|
33 |
|
34 |
**Behold, a perfect balance of simplicity versus flexibility**::
|
35 |
|
36 |
-
>>> YouTube('
|
37 |
>>> yt = YouTube('http://youtube.com/watch?v=9bZkp7q19f0')
|
38 |
>>> yt.streams
|
39 |
... .filter(progressive=True, file_extension='mp4')
|
|
|
33 |
|
34 |
**Behold, a perfect balance of simplicity versus flexibility**::
|
35 |
|
36 |
+
>>> YouTube('https://youtu.be/9bZkp7q19f0').streams.first().download()
|
37 |
>>> yt = YouTube('http://youtube.com/watch?v=9bZkp7q19f0')
|
38 |
>>> yt.streams
|
39 |
... .filter(progressive=True, file_extension='mp4')
|