nficano commited on
Commit
585bfba
·
1 Parent(s): 3d5ed9f

doc updates

Browse files
Files changed (1) hide show
  1. 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('http://youtube.com/watch?v=9bZkp7q19f0').streams.first().download()
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')