From a0ddcdbdba3ce04e3f0a5bd761d2c50f24a403eb Mon Sep 17 00:00:00 2001 From: Jesus Date: Mon, 4 Sep 2023 11:05:10 +0800 Subject: yt_dlp/__init__.py: minor fix --- hypervideo_dl/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hypervideo_dl/__init__.py b/hypervideo_dl/__init__.py index 275ab85..1bab1dd 100644 --- a/hypervideo_dl/__init__.py +++ b/hypervideo_dl/__init__.py @@ -956,16 +956,12 @@ def _real_main(argv=None): FFmpegPostProcessor._ffmpeg_location.set(opts.ffmpeg_location) with YoutubeDL(ydl_opts) as ydl: - pre_process = opts.update_self or opts.rm_cachedir actual_use = all_urls or opts.load_info_filename if opts.rm_cachedir: ydl.cache.remove() if not actual_use: - if pre_process: - return ydl._download_retcode - ydl.warn_if_short_id(sys.argv[1:] if argv is None else argv) parser.error( 'You must provide at least one URL.\n' -- cgit v1.2.3