diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-07-11 22:15:16 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-07-11 22:15:16 +0600 |
commit | f72b0a603270dff0fdd72dd5218126790232199a (patch) | |
tree | b7ccea21795bedaa1e314d4197cc96851360c784 /youtube_dl/__init__.py | |
parent | ac9ed061ec08ad360a0422ddb68060bdcc72baa2 (diff) |
Revert xvid to avi and make docs to be similar to existing external downloader option
Diffstat (limited to 'youtube_dl/__init__.py')
-rw-r--r-- | youtube_dl/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py index fb31d1569..2d416943f 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -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']: |