blob: 06c2d768b23c4c7db48caa333c327f0cb9e45c3a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- youtube_dl/options.py.orig 2018-05-09 02:36:28 UTC
+++ youtube_dl/options.py
@@ -138,10 +138,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',
action='store_true', dest='ignoreerrors', default=False,
help='Continue on download errors, for example to skip unavailable videos in a playlist')
|