Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
2 additions and
0 deletions
-
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', |
|
|
|
} |
|
|
|