SpiegelE: the page layout has changed a bit
This commit is contained in:
		| @@ -3980,7 +3980,7 @@ class SpiegelIE(InfoExtractor): | |||||||
|         video_id = m.group('videoID') |         video_id = m.group('videoID') | ||||||
|  |  | ||||||
|         webpage = self._download_webpage(url, video_id) |         webpage = self._download_webpage(url, video_id) | ||||||
|         m = re.search(r'<div class="spVideoTitle">(.*?)</div>', webpage) |         m = re.search(r'<div class="module-title">(.*?)</div>', webpage) | ||||||
|         if not m: |         if not m: | ||||||
|             raise ExtractorError(u'Cannot find title') |             raise ExtractorError(u'Cannot find title') | ||||||
|         video_title = unescapeHTML(m.group(1)) |         video_title = unescapeHTML(m.group(1)) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz