1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-22 16:44:32 +01:00

Fix indentation

This commit is contained in:
rli99 2020-07-11 14:40:28 +10:00
parent a75f38347c
commit 0ca9dbd49b

View File

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