diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-04-10 22:41:52 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-04-10 22:44:41 +0600 |
commit | cd47a628fcfb4ec49d0559bdedf792d99a52d53d (patch) | |
tree | 03939cd0c4f11e76a62f29fc4679875510e2b4ac /youtube_dl/extractor/rai.py | |
parent | d7c78decb0fb4adcf84e5e74cd0d4f858d48e2ee (diff) |
[rai] Add test for #5396
Diffstat (limited to 'youtube_dl/extractor/rai.py')
-rw-r--r-- | youtube_dl/extractor/rai.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/youtube_dl/extractor/rai.py b/youtube_dl/extractor/rai.py index 12127c634..1631faf29 100644 --- a/youtube_dl/extractor/rai.py +++ b/youtube_dl/extractor/rai.py @@ -62,6 +62,17 @@ class RaiIE(InfoExtractor): '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): |