diff options
| author | Sergey M․ <dstftw@gmail.com> | 2015-09-10 02:58:40 +0600 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2015-09-10 02:58:40 +0600 | 
| commit | 1721fef28b89ac4264db978ab7fee3b4dd154056 (patch) | |
| tree | 8f933cf5b8f3b1dc2b4af1522a2f82011173b69b | |
| parent | 364ca0582eb1506af049c0e17595509c6bc0e00c (diff) | |
[yahoo] Fix test
| -rw-r--r-- | youtube_dl/extractor/yahoo.py | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/youtube_dl/extractor/yahoo.py b/youtube_dl/extractor/yahoo.py index 1d9b98750..fca5ddc69 100644 --- a/youtube_dl/extractor/yahoo.py +++ b/youtube_dl/extractor/yahoo.py @@ -147,6 +147,7 @@ class YahooIE(InfoExtractor):          }, {              # Query result is embedded in webpage, but explicit request to video API fails with geo restriction              'url': 'https://screen.yahoo.com/community/communitary-community-episode-1-ladders-154501237.html', +            'md5': '4fbafb9c9b6f07aa8f870629f6671b35',              'info_dict': {                  'id': '1f32853c-a271-3eef-8cb6-f6d6872cb504',                  'ext': 'mp4', @@ -154,10 +155,6 @@ class YahooIE(InfoExtractor):                  'description': 'md5:8fc39608213295748e1e289807838c97',                  'duration': 1646,              }, -            'params': { -                # m3u8 download -                'skip_download': True, -            },          }      ] | 
