mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 08:19:57 +01:00
[nickelodeon:br] correct extractor name
This commit is contained in:
parent
e4f201bc1b
commit
127e98d31d
@ -689,7 +689,7 @@
|
||||
)
|
||||
from .nick import (
|
||||
NickIE,
|
||||
NickBeIE,
|
||||
NickBrIE,
|
||||
NickDeIE,
|
||||
NickNightIE,
|
||||
NickRuIE,
|
||||
|
@ -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 = [{
|
||||
|
Loading…
Reference in New Issue
Block a user