From: Yen Chi Hsuan Date: Tue, 28 Apr 2015 16:24:58 +0000 (+0800) Subject: [testtube] Fix test case 1 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=ec7c1e85e0b26e67752bbd3d25b8d5ed23ae0992;p=youtube-dl [testtube] Fix test case 1 Seems the site now provides webm with higher bitrates --- 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$',