diff options
author | remitamine <remitamine@gmail.com> | 2016-03-05 21:52:24 +0100 |
---|---|---|
committer | remitamine <remitamine@gmail.com> | 2016-03-05 21:52:24 +0100 |
commit | f22ba4bd60e9b4deeb1ca3e1f8162e607dc9648e (patch) | |
tree | b00c2b1eef1bf686755364aa688a7aa629906f0d /youtube_dl/extractor/ted.py | |
parent | 1db772673e6345d830e1db3470ade0d234515509 (diff) |
update tests related to the change in youtube http format sorting
the change was done in 82156fdbf0913c75181484dcc813565713bf78e9
Diffstat (limited to 'youtube_dl/extractor/ted.py')
-rw-r--r-- | youtube_dl/extractor/ted.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/ted.py b/youtube_dl/extractor/ted.py index a48d77c30..cf8851438 100644 --- a/youtube_dl/extractor/ted.py +++ b/youtube_dl/extractor/ted.py @@ -73,7 +73,7 @@ class TEDIE(InfoExtractor): 'add_ie': ['Youtube'], 'info_dict': { 'id': '_ZG8HBuDjgc', - 'ext': 'mp4', + 'ext': 'webm', 'title': 'Douglas Adams: Parrots the Universe and Everything', 'description': 'md5:01ad1e199c49ac640cb1196c0e9016af', 'uploader': 'University of California Television (UCTV)', |