From: Antonio Ospite Date: Fri, 15 Jan 2016 19:03:38 +0000 (+0100) Subject: smooth-dl.py: fix documentation for get_manifest() X-Git-Url: https://git.ao2.it/smooth-dl.git/commitdiff_plain/8b4fc0a66dbdb63847e742e0b5bcadd65cd68319?hp=1437199b7a501d9052e0be91f9834a4b609499f2 smooth-dl.py: fix documentation for get_manifest() --- diff --git a/smooth-dl.py b/smooth-dl.py index 4fdbca1..eda931a 100755 --- 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)