mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 08:34:32 +01:00
Fix indentation
This commit is contained in:
parent
a75f38347c
commit
0ca9dbd49b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user