mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-18 04:31:28 +03:00
Added support for custom arguments and custom output patch
This commit is contained in:
@@ -91,6 +91,10 @@ let CONFIG_ITEMS = {
|
||||
'key': 'ytdl_custom_downloading_agent',
|
||||
'path': 'YoutubeDLMaterial.Advanced.custom_downloading_agent'
|
||||
},
|
||||
'ytdl_allow_advanced_download': {
|
||||
'key': 'ytdl_allow_advanced_download',
|
||||
'path': 'YoutubeDLMaterial.Advanced.allow_advanced_download'
|
||||
},
|
||||
};
|
||||
|
||||
module.exports.CONFIG_ITEMS = CONFIG_ITEMS;
|
||||
Reference in New Issue
Block a user