mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-12 05:16:19 +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):
|
class ParamountIE(InfoExtractor):
|
||||||
IE_NAME = 'paramountnetwork'
|
IE_NAME = 'paramount'
|
||||||
IE_DESC = 'Paramount Channel'
|
IE_DESC = 'Paramount Network'
|
||||||
_VALID_URL = r'http(s)?://(www\.)?paramountnetwork\.(it|es)/.*/[0-9a-z]{6}($|/)'
|
_VALID_URL = r'http(s)?://(www\.)?paramountnetwork\.(it|es)/.*/[0-9a-z]{6}($|/)'
|
||||||
|
|
||||||
_TEST = {
|
_TEST = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user