From ec7c1e85e0b26e67752bbd3d25b8d5ed23ae0992 Mon Sep 17 00:00:00 2001 From: Yen Chi Hsuan Date: Wed, 29 Apr 2015 00:24:58 +0800 Subject: [PATCH] [testtube] Fix test case 1 Seems the site now provides webm with higher bitrates --- youtube_dl/extractor/testtube.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$', -- 2.30.2