1
0
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:
sgerwk 2019-06-02 09:48:45 +02:00
parent 961fbb6dc0
commit 7224c2af4a

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 = {