소스 검색

[nfl] Fix test case - download, but don't check md5

Naglis Jonaitis 11 년 전
부모
커밋
bd5650ac64
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      youtube_dl/extractor/nfl.py

+ 1 - 1
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',