mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
Update yt_dlp/__init__.py
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
This commit is contained in:
parent
a036660883
commit
8a585c0fc6
1 changed files with 0 additions and 1 deletions
|
@ -989,7 +989,6 @@ def _real_main(argv=None):
|
||||||
FFmpegPostProcessor._ffmpeg_location.set(opts.ffmpeg_location)
|
FFmpegPostProcessor._ffmpeg_location.set(opts.ffmpeg_location)
|
||||||
|
|
||||||
# load all plugins into the global lookup
|
# load all plugins into the global lookup
|
||||||
print(opts.plugin_dirs)
|
|
||||||
plugin_dirs.value = list(set(opts.plugin_dirs))
|
plugin_dirs.value = list(set(opts.plugin_dirs))
|
||||||
if plugin_dirs.value:
|
if plugin_dirs.value:
|
||||||
_load_all_plugins()
|
_load_all_plugins()
|
||||||
|
|
Loading…
Reference in a new issue