Fix W504 and disable W503 (closes #20863)

This commit is contained in:
Sergey M․
2019-05-11 03:56:22 +07:00
parent d23e85515a
commit 3089bc748c
49 changed files with 211 additions and 211 deletions

View File

@ -155,8 +155,8 @@ class HeiseIE(InfoExtractor):
'id': video_id,
'title': title,
'description': description,
'thumbnail': (xpath_text(doc, './/{http://rss.jwpcdn.com/}image') or
self._og_search_thumbnail(webpage)),
'thumbnail': (xpath_text(doc, './/{http://rss.jwpcdn.com/}image')
or self._og_search_thumbnail(webpage)),
'timestamp': parse_iso8601(
self._html_search_meta('date', webpage)),
'formats': formats,