X-Git-Url: https://git.ao2.it/smooth-dl.git/blobdiff_plain/1437199b7a501d9052e0be91f9834a4b609499f2..8b4fc0a66dbdb63847e742e0b5bcadd65cd68319:/smooth-dl.py 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)