Lines 1-13
Link Here
|
1 |
--- youtube_dlc/options.py.orig 2021-01-17 22:30:37 UTC |
1 |
--- youtube_dlc/options.py.orig 2021-02-17 12:04:51 UTC |
2 |
+++ youtube_dlc/options.py |
2 |
+++ youtube_dlc/options.py |
3 |
@@ -131,10 +131,6 @@ def parseOpts(overrideArguments=None): |
3 |
@@ -151,10 +151,6 @@ def parseOpts(overrideArguments=None): |
4 |
action='version', |
4 |
action='version', |
5 |
help='Print program version and exit') |
5 |
help='Print program version and exit') |
6 |
general.add_option( |
6 |
general.add_option( |
7 |
- '-U', '--update', |
7 |
- '-U', '--update', |
8 |
- action='store_true', dest='update_self', |
8 |
- action='store_true', dest='update_self', |
9 |
- help='[BROKEN] Update this program to latest version. Make sure that you have sufficient permissions (run with sudo if needed)') |
9 |
- help='Update this program to latest version. Make sure that you have sufficient permissions (run with sudo if needed)') |
10 |
- general.add_option( |
10 |
- general.add_option( |
11 |
'-i', '--ignore-errors', '--no-abort-on-error', |
11 |
'-i', '--ignore-errors', '--no-abort-on-error', |
12 |
action='store_true', dest='ignoreerrors', default=True, |
12 |
action='store_true', dest='ignoreerrors', default=True, |
13 |
help='Continue on download errors, for example to skip unavailable videos in a playlist (default)') |
13 |
help='Continue on download errors, for example to skip unavailable videos in a playlist (default) (Alias: --no-abort-on-error)') |