Skip to content

Commit

Permalink
[nickelodeon:br] correct extractor name
Browse files Browse the repository at this point in the history
  • Loading branch information
remitamine committed Dec 11, 2017
1 parent e4f201b commit 127e98d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@
)
from .nick import (
NickIE,
NickBeIE,
NickBrIE,
NickDeIE,
NickNightIE,
NickRuIE,
Expand Down
2 changes: 1 addition & 1 deletion youtube_dl/extractor/nick.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _real_extract(self, url):
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<domain>(?:www\.)?nickjr|mundonick\.uol)\.com\.br/(?:programas/)?[^/]+/videos/(?:episodios/)?(?P<id>[^/?#.]+)'
_TESTS = [{
Expand Down

0 comments on commit 127e98d

Please sign in to comment.