From f3eeaacb4ed084ebefb1c21d6ad82d6f1fa31a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 5 Sep 2016 21:42:41 +0700 Subject: [PATCH] [nick] Add test for #10559 --- youtube_dl/extractor/nick.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/youtube_dl/extractor/nick.py b/youtube_dl/extractor/nick.py index 5a07c846b..57cf1ce8e 100644 --- a/youtube_dl/extractor/nick.py +++ b/youtube_dl/extractor/nick.py @@ -76,6 +76,9 @@ class NickDeIE(MTVServicesInfoExtractor): }, { 'url': 'http://www.nick.de/shows/342-icarly', 'only_matching': True, + }, { + 'url': 'http://www.nickelodeon.nl/shows/474-spongebob/videos/17403-een-kijkje-in-de-keuken-met-sandy-van-binnenuit', + 'only_matching': True, }] def _real_extract(self, url):