projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3215c50
)
[drtuber] fix extraction
author
peugeot
<peugeot.com>
Sat, 14 Feb 2015 12:40:35 +0000
(13:40 +0100)
committer
peugeot
<peugeot.com>
Sat, 14 Feb 2015 12:40:35 +0000
(13:40 +0100)
youtube_dl/extractor/drtuber.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/drtuber.py
b/youtube_dl/extractor/drtuber.py
index ca274dff691f2ad34d027f31bf814c8df850812d..2f06e64cc569d516c8a189080c9b912c1a807e89 100644
(file)
--- a/
youtube_dl/extractor/drtuber.py
+++ b/
youtube_dl/extractor/drtuber.py
@@
-36,7
+36,7
@@
class DrTuberIE(InfoExtractor):
r'<source src="([^"]+)"', webpage, 'video URL')
title = self._html_search_regex(
- r'<title>([^<]+)
\s*-\s*Free
', webpage, 'title')
+ r'<title>([^<]+)
- \d+
', webpage, 'title')
thumbnail = self._html_search_regex(
r'poster="([^"]+)"',