From 7224c2af4a4d8c29cba55c4a85f2ab6cd00d88e2 Mon Sep 17 00:00:00 2001 From: sgerwk Date: Sun, 2 Jun 2019 09:48:45 +0200 Subject: [PATCH] [paramount] avoid name clash --- youtube_dl/extractor/paramount.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/youtube_dl/extractor/paramount.py b/youtube_dl/extractor/paramount.py index e19fca83d..11c1b6ccb 100644 --- a/youtube_dl/extractor/paramount.py +++ b/youtube_dl/extractor/paramount.py @@ -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 = {