1
0
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:
Gregor Düster 2025-03-25 09:23:34 +01:00
parent 4523c4d8a9
commit 8bfb39dd57
No known key found for this signature in database
GPG Key ID: 1B4181FC97673B9D

View File

@ -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]+)|