projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc0bb6f
)
[vodlocker] Allow title to end with a <br>
author
Philipp Hagemeister
<phihag@phihag.de>
Sat, 23 Aug 2014 12:39:45 +0000
(14:39 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sat, 23 Aug 2014 12:39:47 +0000
(14:39 +0200)
youtube_dl/extractor/vodlocker.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/vodlocker.py
b/youtube_dl/extractor/vodlocker.py
index 6d3b78749eaf1b25d23422343ab36c9d84c7cdc0..affef650726d716b7e80aaab5c66dab3bc3ddc28 100644
(file)
--- a/
youtube_dl/extractor/vodlocker.py
+++ b/
youtube_dl/extractor/vodlocker.py
@@
-44,7
+44,7
@@
class VodlockerIE(InfoExtractor):
req, video_id, 'Downloading video page')
title = self._search_regex(
- r'id="file_title".*?>\s*(.*?)\s*<
span
', webpage, 'title')
+ r'id="file_title".*?>\s*(.*?)\s*<
(?:br|span)
', webpage, 'title')
thumbnail = self._search_regex(
r'image:\s*"(http[^\"]+)",', webpage, 'thumbnail')
url = self._search_regex(