mirror of https://github.com/yt-dlp/yt-dlp.git
parent
1ac4fd80c8
commit
28163422a6
|
@ -403,6 +403,8 @@ def validate_options(opts):
|
|||
|
||||
default_downloader = None
|
||||
for proto, path in opts.external_downloader.items():
|
||||
if path == 'native':
|
||||
continue
|
||||
ed = get_external_downloader(path)
|
||||
if ed is None:
|
||||
raise ValueError(
|
||||
|
|
Loading…
Reference in New Issue