youtube-dl

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

commit bc973e06d0be541eb1583dad5e61cf367dcc17c9
parent aeb3c8a0e8f04c4d470aa1777a282a0a95947556
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Mon,  7 Sep 2015 16:24:08 +0800

Merge pull request #6783 from remitamine/yahoo-tests

[yahoo] change test md5 checksum
Diffstat:
Myoutube_dl/extractor/yahoo.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/yahoo.py b/youtube_dl/extractor/yahoo.py @@ -101,7 +101,7 @@ class YahooIE(InfoExtractor): } }, { 'url': 'http://news.yahoo.com/video/china-moses-crazy-blues-104538833.html', - 'md5': '67010fdf3a08d290e060a4dd96baa07b', + 'md5': '88e209b417f173d86186bef6e4d1f160', 'info_dict': { 'id': 'f885cf7f-43d4-3450-9fac-46ac30ece521', 'ext': 'mp4',