[drtuber] fix extraction
authorpeugeot <peugeot.com>
Sat, 14 Feb 2015 12:40:35 +0000 (13:40 +0100)
committerpeugeot <peugeot.com>
Sat, 14 Feb 2015 12:40:35 +0000 (13:40 +0100)
youtube_dl/extractor/drtuber.py

index ca274dff691f2ad34d027f31bf814c8df850812d..2f06e64cc569d516c8a189080c9b912c1a807e89 100644 (file)
@@ -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="([^"]+)"',