[nfl] Fix test case - download, but don't check md5
This commit is contained in:
parent
86916dae4b
commit
bd5650ac64
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class NFLIE(InfoExtractor):
|
||||||
_PLAYER_CONFIG_URL = 'http://www.nfl.com/static/content/static/config/video/config.json'
|
_PLAYER_CONFIG_URL = 'http://www.nfl.com/static/content/static/config/video/config.json'
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'http://www.nfl.com/videos/nfl-game-highlights/0ap3000000398478/Week-3-Redskins-vs-Eagles-highlights',
|
'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': {
|
'info_dict': {
|
||||||
'id': '0ap3000000398478',
|
'id': '0ap3000000398478',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
|
|
Loading…
Reference in a new issue