[twentymin] Revert to old style
This commit is contained in:
parent
77eac436cb
commit
8bba00cfcb
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user