aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/testtube.py
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2015-04-29 00:24:58 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2015-04-29 00:24:58 +0800
commitec7c1e85e0b26e67752bbd3d25b8d5ed23ae0992 (patch)
tree9d31caef8fa34961c1aca88c7e761b4481186b3d /youtube_dl/extractor/testtube.py
parente70c7568c0226449190b57b988c1df10bf6508db (diff)
downloadyoutube-dl-ec7c1e85e0b26e67752bbd3d25b8d5ed23ae0992.tar.xz
[testtube] Fix test case 1
Seems the site now provides webm with higher bitrates
Diffstat (limited to 'youtube_dl/extractor/testtube.py')
-rw-r--r--youtube_dl/extractor/testtube.py2
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$',