Merge pull request #140 from schedutron/patch-1
Browse files- README.rst +1 -1
README.rst
CHANGED
@@ -56,7 +56,7 @@ Library usage
|
|
56 |
yt = YouTube("http://www.youtube.com/watch?v=Ik-RsDGPI5Y")
|
57 |
|
58 |
# Once set, you can see all the codec and quality options YouTube has made
|
59 |
-
# available for the
|
60 |
|
61 |
print(yt.get_videos())
|
62 |
|
|
|
56 |
yt = YouTube("http://www.youtube.com/watch?v=Ik-RsDGPI5Y")
|
57 |
|
58 |
# Once set, you can see all the codec and quality options YouTube has made
|
59 |
+
# available for the particular video by printing videos.
|
60 |
|
61 |
print(yt.get_videos())
|
62 |
|