浏览代码

[gamekings] add_ie

Yen Chi Hsuan 9 年之前
父节点
当前提交
eab3c2895c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      youtube_dl/extractor/gamekings.py

+ 2 - 0
youtube_dl/extractor/gamekings.py

@@ -11,6 +11,7 @@ from ..utils import (
 class GamekingsIE(InfoExtractor):
 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 = [{
+        # YouTube embed video
         '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': '5208d3a17adeaef829a7861887cb9029',
         'md5': '5208d3a17adeaef829a7861887cb9029',
         'info_dict': {
         'info_dict': {
@@ -23,6 +24,7 @@ class GamekingsIE(InfoExtractor):
             'uploader': 'Gamekings Vault',
             'uploader': 'Gamekings Vault',
             'upload_date': '20151123',
             'upload_date': '20151123',
         },
         },
+        'add_ie': ['Youtube'],
     }, {
     }, {
         # vimeo video
         # vimeo video
         'url': 'http://www.gamekings.nl/videos/the-legend-of-zelda-majoras-mask/',
         'url': 'http://www.gamekings.nl/videos/the-legend-of-zelda-majoras-mask/',