aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus <heckyel@riseup.net>2023-09-11 02:56:00 +0800
committerJesus <heckyel@riseup.net>2023-09-11 02:56:00 +0800
commit140fe85398b36767835c8a2348a7c38e2724f7dd (patch)
treec18b40d41d1dc5cc7d761d3087648c88cf0c7829
parenta1753fa7d28f07ede5541fcd3a0a50655532ba05 (diff)
downloadhypervideo-140fe85398b36767835c8a2348a7c38e2724f7dd.tar.lz
hypervideo-140fe85398b36767835c8a2348a7c38e2724f7dd.tar.xz
hypervideo-140fe85398b36767835c8a2348a7c38e2724f7dd.zip
remove update_self
-rw-r--r--hypervideo_dl/__init__.py2
1 files changed, 1 insertions, 1 deletions
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: