projects
/
smooth-dl.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1437199
)
smooth-dl.py: fix documentation for get_manifest()
author
Antonio Ospite <ao2@ao2.it>
Fri, 15 Jan 2016 19:03:38 +0000
(20:03 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Fri, 15 Jan 2016 19:03:38 +0000
(20:03 +0100)
smooth-dl.py
patch
|
blob
|
history
diff --git
a/smooth-dl.py
b/smooth-dl.py
index
4fdbca1
..
eda931a
100755
(executable)
--- a/
smooth-dl.py
+++ b/
smooth-dl.py
@@
-110,7
+110,7
@@
def download_file(src_url, dest_file, mode):
def get_manifest(url, dest_dir=tempfile.gettempdir()):
- """Returns the manifest
and the new URL if this is changed
"""
+ """Returns the manifest
element and the base content URL
"""
if not os.path.exists(dest_dir):
os.mkdir(dest_dir, 0755)