Browse Source

[nrk] Comment out unstable MD5 checksums

Both are Akamai f4f fragments.
totalwebcasting
Yen Chi Hsuan 9 years ago
parent
commit
2beff95da5
No known key found for this signature in database GPG Key ID: 3FDDD575826C5C30
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      youtube_dl/extractor/nrk.py

+ 2
- 2
youtube_dl/extractor/nrk.py View File

@ -23,7 +23,7 @@ class NRKIE(InfoExtractor):
_TESTS = [ _TESTS = [
{ {
'url': 'http://www.nrk.no/video/PS*150533', 'url': 'http://www.nrk.no/video/PS*150533',
'md5': 'bccd850baebefe23b56d708a113229c2',
# MD5 is unstable
'info_dict': { 'info_dict': {
'id': '150533', 'id': '150533',
'ext': 'flv', 'ext': 'flv',
@ -34,7 +34,7 @@ class NRKIE(InfoExtractor):
}, },
{ {
'url': 'http://www.nrk.no/video/PS*154915', 'url': 'http://www.nrk.no/video/PS*154915',
'md5': '0b1493ba1aae7d9579a5ad5531bc395a',
# MD5 is unstable
'info_dict': { 'info_dict': {
'id': '154915', 'id': '154915',
'ext': 'flv', 'ext': 'flv',


Loading…
Cancel
Save