From f01d91831e899c63239669e70325dde6bbb3c4b2 Mon Sep 17 00:00:00 2001 From: Alexandre Huot Date: Tue, 1 Jan 2019 20:20:07 -0500 Subject: [PATCH] [radiocanada] Add test for DRM check --- youtube_dl/extractor/radiocanada.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/youtube_dl/extractor/radiocanada.py b/youtube_dl/extractor/radiocanada.py index e6ec5d2cc..cc2fd9261 100644 --- a/youtube_dl/extractor/radiocanada.py +++ b/youtube_dl/extractor/radiocanada.py @@ -49,6 +49,14 @@ class RadioCanadaIE(InfoExtractor): # m3u8 download 'skip_download': True, }, + }, + { + 'url': 'radiocanada:toutv:140872', + 'info_dict': { + 'id': '140872', + 'title': 'Épisode 1', + 'series': 'District 31' + } } ]