[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 if not video_id: # the article does not contain a video
raise ExtractorError('No media links found on %s.' % url, expected=True) 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) thumbnail = self._og_search_thumbnail(webpage)
return { return {