X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fgamekings.py;h=027f55eb2b7338dd2459c8128d587c0ac858434e;hb=09b6468d3027bbc0180cd8b10aa848180cae4005;hp=929779f60c2d1a847d77d46b20bf8ebbfff31bfc;hpb=d87ec897e99d503e30fb677b0b4acf7256fa6143;p=youtube-dl diff --git a/youtube_dl/extractor/gamekings.py b/youtube_dl/extractor/gamekings.py index 929779f60..027f55eb2 100644 --- a/youtube_dl/extractor/gamekings.py +++ b/youtube_dl/extractor/gamekings.py @@ -9,7 +9,7 @@ from ..utils import ( class GamekingsIE(InfoExtractor): - _VALID_URL = r'http://www\.gamekings\.tv/videos/(?P[^/]+)' + _VALID_URL = r'http://www\.gamekings\.tv/(?:videos|nieuws)/(?P[^/]+)' _TESTS = [{ 'url': 'http://www.gamekings.tv/videos/phoenix-wright-ace-attorney-dual-destinies-review/', # MD5 is flaky, seems to change regularly @@ -32,6 +32,9 @@ class GamekingsIE(InfoExtractor): 'description': 'md5:9917825fe0e9f4057601fe1e38860de3', 'thumbnail': 're:^https?://.*\.jpg$', }, + }, { + 'url': 'http://www.gamekings.tv/nieuws/gamekings-extra-shelly-en-david-bereiden-zich-voor-op-de-livestream/', + 'only_matching': True, }] def _real_extract(self, url):