diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-04-25 22:26:19 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-04-25 22:26:19 +0800 |
commit | 2beff95da5fb28440d26a3dee5de575c792d133c (patch) | |
tree | 2632c50630548a63f01e3d203f5d078046353499 | |
parent | abc1723edd03d38b256e012d465e3343064f5682 (diff) |
[nrk] Comment out unstable MD5 checksums
Both are Akamai f4f fragments.
-rw-r--r-- | youtube_dl/extractor/nrk.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/nrk.py b/youtube_dl/extractor/nrk.py index 9df200822..51dfc27ac 100644 --- a/youtube_dl/extractor/nrk.py +++ b/youtube_dl/extractor/nrk.py @@ -23,7 +23,7 @@ class NRKIE(InfoExtractor): _TESTS = [ { 'url': 'http://www.nrk.no/video/PS*150533', - 'md5': 'bccd850baebefe23b56d708a113229c2', + # MD5 is unstable 'info_dict': { 'id': '150533', 'ext': 'flv', @@ -34,7 +34,7 @@ class NRKIE(InfoExtractor): }, { 'url': 'http://www.nrk.no/video/PS*154915', - 'md5': '0b1493ba1aae7d9579a5ad5531bc395a', + # MD5 is unstable 'info_dict': { 'id': '154915', 'ext': 'flv', |