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