From: Remita Amine Date: Mon, 11 Dec 2017 16:21:31 +0000 (+0100) Subject: [nickelodeon:br] correct extractor name X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;ds=sidebyside;h=127e98d31dd96b135f0f511c4ca171a300e089cc;p=youtube-dl [nickelodeon:br] correct extractor name --- diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 25c4ce0de..99887ee89 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -689,7 +689,7 @@ from .nhl import ( ) from .nick import ( NickIE, - NickBeIE, + NickBrIE, NickDeIE, NickNightIE, NickRuIE, diff --git a/youtube_dl/extractor/nick.py b/youtube_dl/extractor/nick.py index f38c2c725..7edd68472 100644 --- a/youtube_dl/extractor/nick.py +++ b/youtube_dl/extractor/nick.py @@ -79,7 +79,7 @@ class NickIE(MTVServicesInfoExtractor): return self._get_videos_info(video_data['player'] + video_data['id']) -class NickBeIE(MTVServicesInfoExtractor): +class NickBrIE(MTVServicesInfoExtractor): IE_NAME = 'nickelodeon:br' _VALID_URL = r'https?://(?P(?:www\.)?nickjr|mundonick\.uol)\.com\.br/(?:programas/)?[^/]+/videos/(?:episodios/)?(?P[^/?#.]+)' _TESTS = [{