Mike Lambert
commited on
Commit
·
ed61858
1
Parent(s):
355f7bc
Update docs: pytube no longer supports an argument-less download() method
Browse files- README.rst +1 -5
README.rst
CHANGED
@@ -133,11 +133,7 @@ Library usage
|
|
133 |
# In this case, we'll need to specify both the codec (mp4) and resolution
|
134 |
# (either 360p or 720p).
|
135 |
|
136 |
-
# Okay, let's download it!
|
137 |
-
video.download()
|
138 |
-
|
139 |
-
# If you wanted to choose the output directory, simply pass it as an
|
140 |
-
# argument to the download method.
|
141 |
video.download('/tmp/')
|
142 |
|
143 |
Command-line usage
|
|
|
133 |
# In this case, we'll need to specify both the codec (mp4) and resolution
|
134 |
# (either 360p or 720p).
|
135 |
|
136 |
+
# Okay, let's download it! (a destination directory is required)
|
|
|
|
|
|
|
|
|
137 |
video.download('/tmp/')
|
138 |
|
139 |
Command-line usage
|