mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-02-02 15:47:32 +01:00
Fix --downloader native
Bug in 7b2c3f47c6b586a208655fcfc716bba3f8619d1e
This commit is contained in:
parent
1ac4fd80c8
commit
28163422a6
@ -403,6 +403,8 @@ def validate_options(opts):
|
|||||||
|
|
||||||
default_downloader = None
|
default_downloader = None
|
||||||
for proto, path in opts.external_downloader.items():
|
for proto, path in opts.external_downloader.items():
|
||||||
|
if path == 'native':
|
||||||
|
continue
|
||||||
ed = get_external_downloader(path)
|
ed = get_external_downloader(path)
|
||||||
if ed is None:
|
if ed is None:
|
||||||
raise ValueError(
|
raise ValueError(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user