From 8b4fc0a66dbdb63847e742e0b5bcadd65cd68319 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Fri, 15 Jan 2016 20:03:38 +0100 Subject: [PATCH] smooth-dl.py: fix documentation for get_manifest() --- smooth-dl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.1.4