aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/downloader/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dlc/downloader/common.py')
-rw-r--r--youtube_dlc/downloader/common.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dlc/downloader/common.py b/youtube_dlc/downloader/common.py
index 14bd322b4..460364a0b 100644
--- a/youtube_dlc/downloader/common.py
+++ b/youtube_dlc/downloader/common.py
@@ -369,8 +369,6 @@ class FileDownloader(object):
'[download] Sleeping %s seconds...' % (
int(sleep_interval_sub)))
time.sleep(sleep_interval_sub)
-
-
return self.real_download(filename, info_dict)
def real_download(self, filename, info_dict):