Lines 1-11
Link Here
|
1 |
--- youtube_dl/options.py.orig 2014-10-01 13:10:09 UTC |
1 |
--- youtube_dl/options.py.orig 2014-11-15 22:16:23.000000000 +0800 |
2 |
+++ youtube_dl/options.py |
2 |
+++ youtube_dl/options.py 2014-11-22 12:34:15.188052389 +0800 |
3 |
@@ -127,8 +127,6 @@ |
3 |
@@ -125,10 +125,6 @@ |
4 |
action='help', help='print this help text and exit') |
4 |
action='version', |
5 |
general.add_option('-v', '--version', |
5 |
help='print program version and exit') |
6 |
action='version', help='print program version and exit') |
6 |
general.add_option( |
7 |
- general.add_option('-U', '--update', |
7 |
- '-U', '--update', |
8 |
- 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)') |
8 |
- action='store_true', dest='update_self', |
9 |
general.add_option('-i', '--ignore-errors', |
9 |
- help='update this program to latest version. Make sure that you have sufficient permissions (run with sudo if needed)') |
10 |
action='store_true', dest='ignoreerrors', help='continue on download errors, for example to skip unavailable videos in a playlist', default=False) |
10 |
- general.add_option( |
11 |
general.add_option('--abort-on-error', |
11 |
'-i', '--ignore-errors', |
|
|
12 |
action='store_true', dest='ignoreerrors', default=False, |
13 |
help='continue on download errors, for example to skip unavailable videos in a playlist') |