1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-07-12 13:26:19 +00:00

[paramount] update urls to paramountnetwork.it

This commit is contained in:
sgerwk 2019-04-30 18:59:57 +02:00
parent fe4633a9a4
commit df6a9996d7

View File

@ -6,17 +6,18 @@ from ..utils import int_or_none
class ParamountIE(InfoExtractor): class ParamountIE(InfoExtractor):
IE_NAME = 'paramountnetwork.it'
IE_DESC = 'Paramount Channel' IE_DESC = 'Paramount Channel'
_VALID_URL = r'http://(www\.)?paramountchannel\.it/.*/[0-9a-z]{6}' _VALID_URL = r'http://(www\.)?paramountnetwork\.it/.*/[0-9a-z]{6}'
_TEST = { _TEST = {
'url': 'http://www.paramountchannel.it/playlist/speciali-paramount-channel/o3gr12/backstage-sigla-paramount/tqvbxd', 'url': 'http://www.paramountnetwork.it/playlist/speciali-paramount-channel/o3gr12/speciale-stephen-king/x0xj9k',
'md5': '433666e341a57bb76dc50b6ff87e5c63', 'md5': '4079336559ea61e24eb08b1b1adf2523',
'info_dict': { 'info_dict': {
'id': '9cb5ad60-9d34-4a9a-99df-157fdd1a5310', 'id': 'dbf6d5d5-1a95-41ac-b17b-b5caca227b25',
'ext': 'mp4', 'ext': 'mp4',
'title': 'Speciali video, Paramount Channel', 'title': 'SPECIALE STEPHEN KING - Speciali video, Paramount Network',
'description': 'Tutti gli speciali di Paramount Channel: curiosità, approfondimenti e aggiornamenti su film, serie tv e personaggi del cinema.' 'description': 'Tutti gli speciali di Paramount Network curiosità, approfondimenti e aggiornamenti su film, serie tv e personaggi del cinema.'
} }
} }