1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-13 18:27:18 +08:00

[twentymin] Revert to old style

This commit is contained in:
Alex Seiler 2017-01-11 19:45:51 +01:00
parent 77eac436cb
commit 8bba00cfcb

View File

@ -101,7 +101,8 @@ class TwentyMinutenIE(InfoExtractor):
if not video_id: # the article does not contain a video
raise ExtractorError('No media links found on %s.' % url, expected=True)
description = self._html_search_meta('description', webpage, 'description')
description = self._html_search_meta(
'description', webpage, 'description')
thumbnail = self._og_search_thumbnail(webpage)
return {