Revert xvid to avi and make docs to be similar to existing external downloader option

This commit is contained in:
Sergey M․ 2015-07-11 22:15:16 +06:00
parent ac9ed061ec
commit f72b0a6032
5 changed files with 11 additions and 12 deletions

View file

@ -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']: