mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 21:29:36 +00:00
sleep on download queue
This commit is contained in:
@@ -64,6 +64,9 @@ class VideoDownloader(DownloaderBase):
|
||||
self._reset_auto()
|
||||
break
|
||||
|
||||
if downloaded > 0:
|
||||
rand_sleep(self.config)
|
||||
|
||||
youtube_id = video_data["youtube_id"]
|
||||
channel_id = video_data["channel_id"]
|
||||
print(f"{youtube_id}: Downloading video")
|
||||
|
||||
Reference in New Issue
Block a user