mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-01 18:19:49 +08:00
Fix indentation
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user