From a3aa814b774a413d9e7f4fbfadf06fe6dcc59b25 Mon Sep 17 00:00:00 2001 From: Yen Chi Hsuan Date: Tue, 26 Jul 2016 11:10:41 +0800 Subject: Update _TESTS for MTV sites --- youtube_dl/extractor/nick.py | 1 + 1 file changed, 1 insertion(+) (limited to 'youtube_dl/extractor/nick.py') diff --git a/youtube_dl/extractor/nick.py b/youtube_dl/extractor/nick.py index 4935002d0..9c54846e1 100644 --- a/youtube_dl/extractor/nick.py +++ b/youtube_dl/extractor/nick.py @@ -7,6 +7,7 @@ from ..utils import update_url_query class NickIE(MTVServicesInfoExtractor): + # None of videos on the website are still alive? IE_NAME = 'nick.com' _VALID_URL = r'https?://(?:www\.)?nick(?:jr)?\.com/(?:videos/clip|[^/]+/videos)/(?P[^/?#.]+)' _FEED_URL = 'http://udat.mtvnservices.com/service1/dispatch.htm' -- cgit v1.2.3