[gamekings] Add MD5 back
The test is now a YouTube video, whose MD5 should be stable
This commit is contained in:
parent
324916d11a
commit
163da6a484
1 changed files with 1 additions and 2 deletions
|
@ -12,8 +12,7 @@ class GamekingsIE(InfoExtractor):
|
||||||
_VALID_URL = r'http://www\.gamekings\.nl/(?:videos|nieuws)/(?P<id>[^/]+)'
|
_VALID_URL = r'http://www\.gamekings\.nl/(?:videos|nieuws)/(?P<id>[^/]+)'
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'http://www.gamekings.nl/videos/phoenix-wright-ace-attorney-dual-destinies-review/',
|
'url': 'http://www.gamekings.nl/videos/phoenix-wright-ace-attorney-dual-destinies-review/',
|
||||||
# MD5 is flaky, seems to change regularly
|
'md5': '5208d3a17adeaef829a7861887cb9029',
|
||||||
# 'md5': '2f32b1f7b80fdc5cb616efb4f387f8a3',
|
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'HkSQKetlGOU',
|
'id': 'HkSQKetlGOU',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
|
|
Loading…
Reference in a new issue