Просмотр исходного кода

xvideos: Capture only the video title, not the name of the site.

Rogério Brito 14 лет назад
Родитель
Сommit
0f9b77223e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      youtube-dl

+ 1 - 1
youtube-dl

@@ -3432,7 +3432,7 @@ class XVideosIE(InfoExtractor):
 
 
 		# Extract title
-		mobj = re.search(r'<title>(.*?)</title>', webpage)
+		mobj = re.search(r'<title>(.*?)\s+-\s+XVID', webpage)
 		if mobj is None:
 			self._downloader.trouble(u'ERROR: unable to extract video title')
 			return