youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit ec7c1e85e0b26e67752bbd3d25b8d5ed23ae0992
parent e70c7568c0226449190b57b988c1df10bf6508db
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Wed, 29 Apr 2015 00:24:58 +0800

[testtube] Fix test case 1

Seems the site now provides webm with higher bitrates

Diffstat:
Myoutube_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 @@ -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$',