mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 08:29:57 +01:00
[rai] Add test for #5396
This commit is contained in:
parent
d7c78decb0
commit
cd47a628fc
@ -62,6 +62,17 @@ class RaiIE(InfoExtractor):
|
|||||||
'description': 'Edizione delle ore 20:30 ',
|
'description': 'Edizione delle ore 20:30 ',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'url': 'http://www.ilcandidato.rai.it/dl/ray/media/Il-Candidato---Primo-episodio-Le-Primarie-28e5525a-b495-45e8-a7c3-bc48ba45d2b6.html',
|
||||||
|
'md5': '02b64456f7cc09f96ff14e7dd489017e',
|
||||||
|
'info_dict': {
|
||||||
|
'id': '28e5525a-b495-45e8-a7c3-bc48ba45d2b6',
|
||||||
|
'ext': 'flv',
|
||||||
|
'title': 'Il Candidato - Primo episodio: "Le Primarie"',
|
||||||
|
'description': 'Primo appuntamento con "Il candidato" con Filippo Timi, alias Piero Zucca presidente!',
|
||||||
|
'uploader': 'RaiTre',
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
def _extract_relinker_url(self, webpage):
|
def _extract_relinker_url(self, webpage):
|
||||||
|
Loading…
Reference in New Issue
Block a user