diff options
author | Naglis Jonaitis <njonaitis@gmail.com> | 2014-09-23 20:42:28 +0300 |
---|---|---|
committer | Naglis Jonaitis <njonaitis@gmail.com> | 2014-09-23 20:42:28 +0300 |
commit | bd5650ac64fedd1c1ad7b90c4ec4ff5d4c053bc0 (patch) | |
tree | 76a518230a897a639253a3d3d24d1371000d8d18 /youtube_dl | |
parent | 86916dae4b8604431205d11ccfa5f9796c0798dc (diff) |
[nfl] Fix test case - download, but don't check md5
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/nfl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/nfl.py b/youtube_dl/extractor/nfl.py index f53596f5e..963c4587c 100644 --- a/youtube_dl/extractor/nfl.py +++ b/youtube_dl/extractor/nfl.py @@ -17,7 +17,7 @@ class NFLIE(InfoExtractor): _PLAYER_CONFIG_URL = 'http://www.nfl.com/static/content/static/config/video/config.json' _TEST = { 'url': 'http://www.nfl.com/videos/nfl-game-highlights/0ap3000000398478/Week-3-Redskins-vs-Eagles-highlights', - 'skip_download': True, # md5 sum fluctuates + # 'md5': '5eb8c40a727dda106d510e5d6ffa79e5', # md5 checksum fluctuates 'info_dict': { 'id': '0ap3000000398478', 'ext': 'mp4', |