blob: 497198a73265932f7c5e336b2d82719c733eedde (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- youtube_dlc/options.py.orig 2021-02-17 12:04:51 UTC
+++ youtube_dlc/options.py
@@ -151,10 +151,6 @@ def parseOpts(overrideArguments=None):
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. Make sure that you have sufficient permissions (run with sudo if needed)')
- general.add_option(
'-i', '--ignore-errors', '--no-abort-on-error',
action='store_true', dest='ignoreerrors', default=True,
help='Continue on download errors, for example to skip unavailable videos in a playlist (default) (Alias: --no-abort-on-error)')
|