aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-02-01 02:13:11 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-02-01 02:13:11 +0800
commit163da6a484f57c52afdf300d368136d164316803 (patch)
tree1a6da20a39193c6b4acc5653935a265985f3c658 /youtube_dl
parent324916d11a891f727c96aab94172a4fab4b8950a (diff)
downloadyoutube-dl-163da6a484f57c52afdf300d368136d164316803.tar.xz
[gamekings] Add MD5 back
The test is now a YouTube video, whose MD5 should be stable
Diffstat (limited to 'youtube_dl')
-rw-r--r--youtube_dl/extractor/gamekings.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/youtube_dl/extractor/gamekings.py b/youtube_dl/extractor/gamekings.py
index efe31c10d..c011e9d22 100644
--- a/youtube_dl/extractor/gamekings.py
+++ b/youtube_dl/extractor/gamekings.py
@@ -12,8 +12,7 @@ class GamekingsIE(InfoExtractor):
_VALID_URL = r'http://www\.gamekings\.nl/(?:videos|nieuws)/(?P<id>[^/]+)'
_TESTS = [{
'url': 'http://www.gamekings.nl/videos/phoenix-wright-ace-attorney-dual-destinies-review/',
- # MD5 is flaky, seems to change regularly
- # 'md5': '2f32b1f7b80fdc5cb616efb4f387f8a3',
+ 'md5': '5208d3a17adeaef829a7861887cb9029',
'info_dict': {
'id': 'HkSQKetlGOU',
'ext': 'mp4',