From 9280d46bcfcb9ad65dc5cd0392bd6488250c70bd Mon Sep 17 00:00:00 2001 From: Jesus Date: Mon, 11 Sep 2023 03:44:13 +0800 Subject: update from upstream --- hypervideo_dl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypervideo_dl/__init__.py b/hypervideo_dl/__init__.py index 275ab85..42f5e8d 100644 --- a/hypervideo_dl/__init__.py +++ b/hypervideo_dl/__init__.py @@ -956,7 +956,7 @@ 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 + pre_process = opts.rm_cachedir actual_use = all_urls or opts.load_info_filename if opts.rm_cachedir: -- cgit v1.2.3