add sleep intervals between urls download
This commit is contained in:
@@ -9,7 +9,8 @@ class VideoToAudioDownloader():
|
||||
def __init__(self, params=None):
|
||||
self.yt_opts = {
|
||||
'ignoreerrors': True,
|
||||
#'playlistreverse': True,
|
||||
'sleep_interval': 3,
|
||||
'max_sleep_interval': 20,
|
||||
'format': 'm4a/bestaudio/best',
|
||||
'outtmpl': 'audios/%(id)s_%(release_date)s.%(ext)s',
|
||||
# See help(yt_dlp.postprocessor) for a list of available Postprocessors and their arguments
|
||||
|
||||
Reference in New Issue
Block a user