mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-19 09:25:43 +00:00
SpiegelE: the page layout has changed a bit
This commit is contained in:
parent
1132c10dc2
commit
9131bde941
@ -3980,7 +3980,7 @@ def _real_extract(self, url):
|
|||||||
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))
|
||||||
|
Loading…
Reference in New Issue
Block a user