1
0
Fork 0
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:
coletdjnz 2025-02-09 10:14:35 +13:00 committed by GitHub
parent a036660883
commit 8a585c0fc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()