diff options
author | Jesus <heckyel@riseup.net> | 2023-09-11 03:03:51 +0800 |
---|---|---|
committer | Jesus <heckyel@riseup.net> | 2023-09-11 03:03:51 +0800 |
commit | 3279bb166adaf28bf75989836e30c5e92f114597 (patch) | |
tree | b9e10ce739c4b6cd04141c9e98afe2d5291d726c /yt_dlp/__init__.py | |
parent | 9f82670453a3aea47a7711d19580bcd13f39ae92 (diff) | |
download | hypervideo-pre-master.tar.lz hypervideo-pre-master.tar.xz hypervideo-pre-master.zip |
Diffstat (limited to 'yt_dlp/__init__.py')
-rw-r--r-- | yt_dlp/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/__init__.py b/yt_dlp/__init__.py index b4dc12fac..76de0c05a 100644 --- a/yt_dlp/__init__.py +++ b/yt_dlp/__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: |