diff options
| author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-04-29 00:24:58 +0800 | 
|---|---|---|
| committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-04-29 00:24:58 +0800 | 
| commit | ec7c1e85e0b26e67752bbd3d25b8d5ed23ae0992 (patch) | |
| tree | 9d31caef8fa34961c1aca88c7e761b4481186b3d | |
| parent | e70c7568c0226449190b57b988c1df10bf6508db (diff) | |
[testtube] Fix test case 1
Seems the site now provides webm with higher bitrates
| -rw-r--r-- | youtube_dl/extractor/testtube.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/testtube.py b/youtube_dl/extractor/testtube.py index cbada136c..26655d690 100644 --- a/youtube_dl/extractor/testtube.py +++ b/youtube_dl/extractor/testtube.py @@ -15,7 +15,7 @@ class TestTubeIE(InfoExtractor):              'id': '60163',              'display_id': '5-weird-ways-plants-can-eat-animals',              'duration': 275, -            'ext': 'mp4', +            'ext': 'webm',              'title': '5 Weird Ways Plants Can Eat Animals',              'description': 'Why have some plants evolved to eat meat?',              'thumbnail': 're:^https?://.*\.jpg$', | 
