summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-12-03 14:08:16 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-12-03 14:08:16 +0100
commit938384c587c33696bcdb9c28b982e2b744695b3d (patch)
treeec024007455558e4a1e8a6358e452328b2453ec3
parente9d8e302aafdb6fcf72c44d582c1f6d4447cd5fc (diff)
downloadyoutube-dl-938384c587c33696bcdb9c28b982e2b744695b3d.tar.gz
youtube-dl-938384c587c33696bcdb9c28b982e2b744695b3d.tar.xz
youtube-dl-938384c587c33696bcdb9c28b982e2b744695b3d.zip
[redtube] Fix search for title
-rw-r--r--youtube_dl/extractor/redtube.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/redtube.py b/youtube_dl/extractor/redtube.py
index 3bbda128e..c2254ae8a 100644
--- a/youtube_dl/extractor/redtube.py
+++ b/youtube_dl/extractor/redtube.py
@@ -30,7 +30,7 @@ class RedTubeIE(InfoExtractor):
             r'<source src="(.+?)" type="video/mp4">', webpage, u'video URL')
 
         video_title = self._html_search_regex(
-            r'<h1 class="videoTitle slidePanelMovable">(.+?)</h1>',
+            r'<h1 class="videoTitle[^"]*">(.+?)</h1>',
             webpage, u'title')
 
         # No self-labeling, but they describe themselves as