frankenstein91
commited on
Commit
·
9db1239
1
Parent(s):
26d52a6
make a small fix in the readme
Browse filesremove pprint and make it to print
- README.rst +1 -1
README.rst
CHANGED
|
@@ -58,7 +58,7 @@ Library usage
|
|
| 58 |
# Once set, you can see all the codec and quality options YouTube has made
|
| 59 |
# available for the perticular video by printing videos.
|
| 60 |
|
| 61 |
-
|
| 62 |
|
| 63 |
# [<Video: MPEG-4 Visual (.3gp) - 144p>,
|
| 64 |
# <Video: MPEG-4 Visual (.3gp) - 240p>,
|
|
|
|
| 58 |
# Once set, you can see all the codec and quality options YouTube has made
|
| 59 |
# available for the perticular video by printing videos.
|
| 60 |
|
| 61 |
+
print(yt.get_videos())
|
| 62 |
|
| 63 |
# [<Video: MPEG-4 Visual (.3gp) - 144p>,
|
| 64 |
# <Video: MPEG-4 Visual (.3gp) - 240p>,
|