diff options
| author | Sergey M․ <dstftw@gmail.com> | 2016-09-10 20:46:45 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2016-09-10 20:46:45 +0700 | 
| commit | b29f842e0eb095248ff39d1fa28c5b4941793246 (patch) | |
| tree | 2014308db7ad94bbded15d8a3c3cc9cf8f79bac1 | |
| parent | f009fcac0d22222803c05fa9e31477343e77988c (diff) | |
[canalplus] Add support for c8.fr (Closes #10577)
| -rw-r--r-- | youtube_dl/extractor/canalplus.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/youtube_dl/extractor/canalplus.py b/youtube_dl/extractor/canalplus.py index 61463f249..69e8f4f57 100644 --- a/youtube_dl/extractor/canalplus.py +++ b/youtube_dl/extractor/canalplus.py @@ -23,6 +23,7 @@ class CanalplusIE(InfoExtractor):                                      (?:(?:www|m)\.)?canalplus\.fr|                                      (?:www\.)?piwiplus\.fr|                                      (?:www\.)?d8\.tv| +                                    (?:www\.)?c8\.fr|                                      (?:www\.)?d17\.tv|                                      (?:www\.)?itele\.fr                                  )/(?:(?:[^/]+/)*(?P<display_id>[^/?#&]+))?(?:\?.*\bvid=(?P<vid>\d+))?| @@ -35,6 +36,7 @@ class CanalplusIE(InfoExtractor):          'canalplus': 'cplus',          'piwiplus': 'teletoon',          'd8': 'd8', +        'c8': 'd8',          'd17': 'd17',          'itele': 'itele',      } | 
