aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/common.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-03-01 05:39:50 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-03-01 05:39:50 +0530
commit5ef7d9bdd8c4d480612d88bd0bd2a4196f2e2562 (patch)
tree072507bc71bd61a30fe6b71adcc920d26e33b9a0 /yt_dlp/extractor/common.py
parent62bff2c170a8f12d937d62a2ca74586c5e0eff1f (diff)
downloadhypervideo-pre-5ef7d9bdd8c4d480612d88bd0bd2a4196f2e2562.tar.lz
hypervideo-pre-5ef7d9bdd8c4d480612d88bd0bd2a4196f2e2562.tar.xz
hypervideo-pre-5ef7d9bdd8c4d480612d88bd0bd2a4196f2e2562.zip
Release 2021.03.01
Diffstat (limited to 'yt_dlp/extractor/common.py')
-rw-r--r--yt_dlp/extractor/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/common.py b/yt_dlp/extractor/common.py
index 3326d436b..45bc229ff 100644
--- a/yt_dlp/extractor/common.py
+++ b/yt_dlp/extractor/common.py
@@ -617,7 +617,7 @@ class InfoExtractor(object):
if not self._downloader._first_webpage_request:
sleep_interval = float_or_none(self._downloader.params.get('sleep_interval_requests')) or 0
if sleep_interval > 0:
- self.to_screen('Sleeping %s seconds...' % sleep_interval)
+ self.to_screen('Sleeping %s seconds ...' % sleep_interval)
time.sleep(sleep_interval)
else:
self._downloader._first_webpage_request = False