[subtitles] removed only-sub option (--skip-download achieves the same
functionality)
This commit is contained in:
parent
505c28aac9
commit
33eb0ce4c4
4 changed files with 0 additions and 20 deletions
|
@ -193,9 +193,6 @@ def parseOpts(overrideArguments=None):
|
|||
subtitles.add_option('--write-auto-sub', '--write-automatic-sub',
|
||||
action='store_true', dest='writeautomaticsub',
|
||||
help='write automatic subtitle file (youtube only)', default=False)
|
||||
subtitles.add_option('--only-sub',
|
||||
action='store_true', dest='skip_download',
|
||||
help='[deprecated] alias of --skip-download', default=False)
|
||||
subtitles.add_option('--all-subs',
|
||||
action='store_true', dest='allsubtitles',
|
||||
help='downloads all the available subtitles of the video', default=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue