[radiocanada] Add test for DRM check

This commit is contained in:
Alexandre Huot 2019-01-01 20:20:07 -05:00
parent 143d400f7e
commit f01d91831e

View File

@ -49,6 +49,14 @@ class RadioCanadaIE(InfoExtractor):
# m3u8 download # m3u8 download
'skip_download': True, 'skip_download': True,
}, },
},
{
'url': 'radiocanada:toutv:140872',
'info_dict': {
'id': '140872',
'title': 'Épisode 1',
'series': 'District 31'
}
} }
] ]