[tvn24] Don't warn about missing OpenGraph description
The OpenGraph description is missing on some pages.
This commit is contained in:
parent
2d220ad875
commit
213e3db8d8
@ -135,6 +135,7 @@ class TVN24IE(InfoExtractor):
|
||||
if not info.get('title'):
|
||||
info['title'] = (self._og_search_title(webpage, default=None) or
|
||||
self._html_search_regex(r'<title>([^<]+)', webpage, 'title'))
|
||||
info['description'] = self._og_search_description(webpage)
|
||||
|
||||
info['description'] = self._og_search_description(webpage, default=None)
|
||||
|
||||
return info
|
||||
|
Loading…
x
Reference in New Issue
Block a user