mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-01-11 03:58:58 +00:00
[paramount] avoid name clash
This commit is contained in:
parent
961fbb6dc0
commit
7224c2af4a
@ -6,8 +6,8 @@ from ..utils import int_or_none
|
||||
|
||||
|
||||
class ParamountIE(InfoExtractor):
|
||||
IE_NAME = 'paramountnetwork'
|
||||
IE_DESC = 'Paramount Channel'
|
||||
IE_NAME = 'paramount'
|
||||
IE_DESC = 'Paramount Network'
|
||||
_VALID_URL = r'http(s)?://(www\.)?paramountnetwork\.(it|es)/.*/[0-9a-z]{6}($|/)'
|
||||
|
||||
_TEST = {
|
||||
|
Loading…
Reference in New Issue
Block a user