projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83a5668
)
[canalplus] PEP 8
author
Sergey M․
<dstftw@gmail.com>
Tue, 6 Oct 2015 20:43:12 +0000
(
02:43
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 6 Oct 2015 20:43:12 +0000
(
02:43
+0600)
youtube_dl/extractor/canalplus.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/canalplus.py
b/youtube_dl/extractor/canalplus.py
index c0ca3a0fa8881ae98d7b267b6c449ae4cb453e92..004372f8d032b16a9dedf15631528236c5251a4d 100644
(file)
--- a/
youtube_dl/extractor/canalplus.py
+++ b/
youtube_dl/extractor/canalplus.py
@@
-79,7
+79,7
@@
class CanalplusIE(InfoExtractor):
webpage = self._download_webpage(url, display_id)
video_id = self._search_regex(
[r'<canal:player[^>]+?videoId=(["\'])(?P<id>\d+)', r'id=["\']canal_video_player(?P<id>\d+)'],
-
webpage, 'video id', group='id')
+ webpage, 'video id', group='id')
info_url = self._VIDEO_INFO_TEMPLATE % (site_id, video_id)
doc = self._download_xml(info_url, video_id, 'Downloading video XML')