Revert xvid to avi and make docs to be similar to existing external downloader option
This commit is contained in:
parent
ac9ed061ec
commit
f72b0a6032
5 changed files with 11 additions and 12 deletions
|
@ -169,7 +169,7 @@ def _real_main(argv=None):
|
|||
if not opts.audioquality.isdigit():
|
||||
parser.error('invalid audio quality specified')
|
||||
if opts.recodevideo is not None:
|
||||
if opts.recodevideo not in ['mp4', 'flv', 'webm', 'ogg', 'mkv', 'xvid']:
|
||||
if opts.recodevideo not in ['mp4', 'flv', 'webm', 'ogg', 'mkv', 'avi']:
|
||||
parser.error('invalid video recode format specified')
|
||||
if opts.convertsubtitles is not None:
|
||||
if opts.convertsubtitles not in ['srt', 'vtt', 'ass']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue