freebsd-ports/www/yt-dlp/files/patch-yt__dlp_options.py
2022-06-21 18:38:36 -07:00

13 lines
488 B
Python

--- yt_dlp/options.py.orig 2022-06-22 01:17:57 UTC
+++ yt_dlp/options.py
@@ -313,10 +313,6 @@ def create_parser():
action='version',
help='Print program version and exit')
general.add_option(
- '-U', '--update',
- action='store_true', dest='update_self',
- help='Update this program to latest version')
- general.add_option(
'--no-update',
action='store_false', dest='update_self',
help='Do not update (default)')