2 from __future__ import unicode_literals
4 from .canalplus import CanalplusIE
7 class D8IE(CanalplusIE):
8 _VALID_URL = r'https?://www\.d8\.tv/.*?/(?P<path>.*)'
9 _VIDEO_INFO_TEMPLATE = 'http://service.canal-plus.com/video/rest/getVideosLiees/d8/%s'
13 'url': 'http://www.d8.tv/d8-docs-mags/pid6589-d8-campagne-intime.html',
16 'title': 'Campagne intime - Documentaire exceptionnel',
17 'description': 'md5:d2643b799fb190846ae09c61e59a859f',
18 'upload_date': '20131108',
22 'skip_download': True,
24 'skip': 'videos get deleted after a while',