Fix indentation

This commit is contained in:
rli99 2020-07-11 14:40:28 +10:00
parent a75f38347c
commit 0ca9dbd49b
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ class MildomIE(InfoExtractor):
thumbnail = playback_data.get('video_pic')
if not thumbnail:
thumbnail = self._html_search_meta(
'og:image',
webpage, 'thumbnail', default=None)
'og:image',
webpage, 'thumbnail', default=None)
return {
'id': video_id,