[drtuber] fix extraction

pull/8/head
peugeot 2015-02-14 13:40:35 +01:00
rodzic 3215c50f25
commit 10e3c4c221
1 zmienionych plików z 1 dodań i 1 usunięć
youtube_dl/extractor

Wyświetl plik

@ -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="([^"]+)"',