projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f63941
)
[culturebox] Fix extraction (closes #14827)
author
enigmaquip
<enigmaquip@users.noreply.github.com>
Wed, 22 Nov 2017 23:39:11 +0000
(16:39 -0700)
committer
Sergey M
<dstftw@gmail.com>
Wed, 22 Nov 2017 23:39:11 +0000
(06:39 +0700)
youtube_dl/extractor/francetv.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/francetv.py
b/youtube_dl/extractor/francetv.py
index 2bcbb3e39bb5502e83f64b45b3ca115d7a3bbaa9..037e538ccf047c5e1993f9d5d0e81f93e512b346 100644
(file)
--- a/
youtube_dl/extractor/francetv.py
+++ b/
youtube_dl/extractor/francetv.py
@@
-363,6
+363,6
@@
class CultureboxIE(FranceTVBaseInfoExtractor):
raise ExtractorError('Video %s is not available' % name, expected=True)
video_id, catalogue = self._search_regex(
- r'"http://videos\.francetv\.fr/video/([^@]+@[^"]+)"', webpage, 'video id').split('@')
+ r'"http
s?
://videos\.francetv\.fr/video/([^@]+@[^"]+)"', webpage, 'video id').split('@')
return self._extract_video(video_id, catalogue)