1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-02 07:29:55 +08:00

[paramount] avoid name clash

This commit is contained in:
sgerwk
2019-06-02 09:48:45 +02:00
Unverified
parent 961fbb6dc0
commit 7224c2af4a
+2 -2
View File
@@ -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 = {