[instagram] PEP 8

pull/8/head
Sergey M․ 2016-10-01 00:16:08 +07:00
rodzic 1609782258
commit a1001f47fc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2C393E0F18A9236D
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -111,8 +111,8 @@ class InstagramIE(InfoExtractor):
'id': comment.get('id'),
'text': comment.get('text'),
'timestamp': int_or_none(comment.get('created_at')),
} for comment in media.get('comments', {}).get('nodes', [])
if comment.get('text')]
} for comment in media.get(
'comments', {}).get('nodes', []) if comment.get('text')]
if not video_url:
video_url = self._og_search_video_url(webpage, secure=False)