aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M. <dstftw@gmail.com>2015-02-14 18:46:43 +0600
committerSergey M. <dstftw@gmail.com>2015-02-14 18:46:43 +0600
commitc2787701ccbe83a481029cf1fe8b74728e159a56 (patch)
tree144a00585cc823c88a201bb2aaacb03784d8bc32
parent68f2d273bfeb7aa10eba68b6c62cc0502a948c72 (diff)
parent10e3c4c2215a7d65391d23efd19aab96197cdcf8 (diff)
downloadyoutube-dl-c2787701ccbe83a481029cf1fe8b74728e159a56.tar.xz
Merge pull request #4950 from peugeot/drtuber
[drtuber] fix extraction
-rw-r--r--youtube_dl/extractor/drtuber.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/drtuber.py b/youtube_dl/extractor/drtuber.py
index ca274dff6..2f06e64cc 100644
--- 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="([^"]+)"',