diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-09-07 16:24:08 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-09-07 16:24:08 +0800 |
commit | bc973e06d0be541eb1583dad5e61cf367dcc17c9 (patch) | |
tree | b8c319a39334be797c524460bda99c9bf4d3c5c6 /youtube_dl/extractor | |
parent | aeb3c8a0e8f04c4d470aa1777a282a0a95947556 (diff) | |
parent | daeb0f04cdd70a72ab9919340c7340d734fc5068 (diff) |
Merge pull request #6783 from remitamine/yahoo-tests
[yahoo] change test md5 checksum
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/yahoo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/yahoo.py b/youtube_dl/extractor/yahoo.py index f9afbdbab..b8579b573 100644 --- 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', |