mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-10 21:11:27 +03:00
Added option to rate limit downloads
Added option to force delay between videos in a subscription Fixed issue where file handle was maintained on files deleted through unsubscribing
This commit is contained in:
@@ -42,6 +42,10 @@ let CONFIG_ITEMS = {
|
||||
'key': 'ytdl_include_metadata',
|
||||
'path': 'YoutubeDLMaterial.Downloader.include_metadata'
|
||||
},
|
||||
'ytdl_download_rate_limit': {
|
||||
'key': 'ytdl_download_rate_limit',
|
||||
'path': 'YoutubeDLMaterial.Downloader.download_rate_limit'
|
||||
},
|
||||
|
||||
// Extra
|
||||
'ytdl_title_top': {
|
||||
@@ -130,6 +134,10 @@ let CONFIG_ITEMS = {
|
||||
'key': 'ytdl_subscriptions_check_interval',
|
||||
'path': 'YoutubeDLMaterial.Subscriptions.subscriptions_check_interval'
|
||||
},
|
||||
'ytdl_subscriptions_download_delay': {
|
||||
'key': 'ytdl_subscriptions_download_delay',
|
||||
'path': 'YoutubeDLMaterial.Subscriptions.download_delay'
|
||||
},
|
||||
'ytdl_subscriptions_redownload_fresh_uploads': {
|
||||
'key': 'ytdl_subscriptions_redownload_fresh_uploads',
|
||||
'path': 'YoutubeDLMaterial.Subscriptions.redownload_fresh_uploads'
|
||||
|
||||
Reference in New Issue
Block a user