aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-02-01 02:15:25 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-02-01 02:15:25 +0800
commiteab3c2895c66a8d2f5da181d3ccba35a901b813f (patch)
tree0945486bca97baf210ccf0ea7d278303663a7d64
parent163da6a484f57c52afdf300d368136d164316803 (diff)
downloadyoutube-dl-eab3c2895c66a8d2f5da181d3ccba35a901b813f.tar.xz
[gamekings] add_ie
-rw-r--r--youtube_dl/extractor/gamekings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/gamekings.py b/youtube_dl/extractor/gamekings.py
index c011e9d22..df385e338 100644
--- a/youtube_dl/extractor/gamekings.py
+++ b/youtube_dl/extractor/gamekings.py
@@ -11,6 +11,7 @@ from ..utils import (
class GamekingsIE(InfoExtractor):
_VALID_URL = r'http://www\.gamekings\.nl/(?:videos|nieuws)/(?P<id>[^/]+)'
_TESTS = [{
+ # YouTube embed video
'url': 'http://www.gamekings.nl/videos/phoenix-wright-ace-attorney-dual-destinies-review/',
'md5': '5208d3a17adeaef829a7861887cb9029',
'info_dict': {
@@ -23,6 +24,7 @@ class GamekingsIE(InfoExtractor):
'uploader': 'Gamekings Vault',
'upload_date': '20151123',
},
+ 'add_ie': ['Youtube'],
}, {
# vimeo video
'url': 'http://www.gamekings.nl/videos/the-legend-of-zelda-majoras-mask/',