mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 16:44:32 +01:00
Fix title display name
This commit is contained in:
parent
40d84550aa
commit
a75f38347c
@ -39,7 +39,7 @@ class MildomIE(InfoExtractor):
|
||||
if not title:
|
||||
title = self._html_search_meta(
|
||||
['og:description', 'description'],
|
||||
webpage, 'description', default=None)
|
||||
webpage, 'title', default=None)
|
||||
thumbnail = playback_data.get('video_pic')
|
||||
if not thumbnail:
|
||||
thumbnail = self._html_search_meta(
|
||||
|
Loading…
Reference in New Issue
Block a user