aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2019-10-30 23:52:09 +0100
committerRemita Amine <remitamine@gmail.com>2019-10-30 23:52:09 +0100
commit8040a0d35e11f7b2bf6d698175ab0b12424d696f (patch)
treeb96d6e553f76592239eaec0d5a3766ed0228bb5c
parent45f4a433894556301204b704caca7d6a14286287 (diff)
downloadyoutube-dl-8040a0d35e11f7b2bf6d698175ab0b12424d696f.tar.xz
[yahoo] fix typo
-rw-r--r--youtube_dl/extractor/yahoo.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/youtube_dl/extractor/yahoo.py b/youtube_dl/extractor/yahoo.py
index ee68096d0..6c6bd76e8 100644
--- a/youtube_dl/extractor/yahoo.py
+++ b/youtube_dl/extractor/yahoo.py
@@ -51,10 +51,10 @@ class YahooIE(InfoExtractor):
},
}, {
'url': 'https://uk.screen.yahoo.com/editor-picks/cute-raccoon-freed-drain-using-091756545.html',
- 'md5': '0b51660361f0e27c9789e7037ef76f4b',
+ 'md5': '71298482f7c64cbb7fa064e4553ff1c1',
'info_dict': {
'id': 'b3affa53-2e14-3590-852b-0e0db6cd1a58',
- 'ext': 'mp4',
+ 'ext': 'webm',
'title': 'Cute Raccoon Freed From Drain\u00a0Using Angle Grinder',
'description': 'md5:f66c890e1490f4910a9953c941dee944',
'duration': 97,
@@ -164,6 +164,7 @@ class YahooIE(InfoExtractor):
'params': {
'playlistend': 2,
},
+ 'expected_warnings': ['HTTP Error 404'],
}, {
'url': 'https://malaysia.news.yahoo.com/video/bystanders-help-ontario-policeman-bust-190932818.html',
'only_matching': True,
@@ -219,7 +220,7 @@ class YahooIE(InfoExtractor):
country = 'my'
is_live = video.get('live_state') == 'live'
- fmts = ('m3u8',) if is_live else ('web', 'mp4')
+ fmts = ('m3u8',) if is_live else ('webm', 'mp4')
urls = []
formats = []