mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-27 17:08:32 +00:00
[extractor/VIMP] Update IE_NAME
Company changed the capitalisation (again), see https://www.vimp.com/ .
This commit is contained in:
parent
4523c4d8a9
commit
8bfb39dd57
@ -6,7 +6,7 @@
|
||||
|
||||
|
||||
class VideocampusSachsenIE(InfoExtractor):
|
||||
IE_NAME = 'ViMP'
|
||||
IE_NAME = 'VIMP'
|
||||
_INSTANCES = (
|
||||
'bergauf.tv',
|
||||
'campus.demo.vimp.com',
|
||||
@ -239,7 +239,7 @@ def _real_extract(self, url):
|
||||
|
||||
|
||||
class ViMPPlaylistIE(InfoExtractor):
|
||||
IE_NAME = 'ViMP:Playlist'
|
||||
IE_NAME = 'VIMP:Playlist'
|
||||
_VALID_URL = r'''(?x)(?P<host>https?://(?:{}))/(?:
|
||||
(?P<mode1>album)/view/aid/(?P<album_id>[0-9]+)|
|
||||
(?P<mode2>category|channel)/(?P<name>[\w-]+)/(?P<channel_id>[0-9]+)|
|
||||
|
Loading…
Reference in New Issue
Block a user