diff options
Diffstat (limited to 'yt_dlp/__init__.py')
-rw-r--r-- | yt_dlp/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/__init__.py b/yt_dlp/__init__.py index 893b86a3b..180b92a11 100644 --- a/yt_dlp/__init__.py +++ b/yt_dlp/__init__.py @@ -865,6 +865,7 @@ def _real_main(argv=None): 'You must provide at least one URL.\n' 'Type yt-dlp --help to see a list of all options.') + parser.destroy() try: if opts.load_info_filename is not None: return ydl.download_with_info_file(expand_path(opts.load_info_filename)) |