mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 20:10:03 +03:00
Empty URL setting will result in the default being applied
This commit is contained in:
@@ -593,6 +593,8 @@ function loadConfigValues() {
|
||||
};
|
||||
}
|
||||
|
||||
// empty url defaults to default URL
|
||||
if (!url || url === '') url = 'http://example.com'
|
||||
url_domain = new URL(url);
|
||||
|
||||
let logger_level = config_api.getConfigItem('ytdl_logger_level');
|
||||
|
||||
Reference in New Issue
Block a user