mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-02 03:18:32 +00:00
Update yt_dlp/extractor/filmarchiv.py
Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com>
This commit is contained in:
parent
a21f542aa0
commit
ec9f607f7f
@ -39,7 +39,7 @@ def _real_extract(self, url):
|
||||
'id': media_id,
|
||||
'title': title,
|
||||
'description': description,
|
||||
'thumbnail': f'https://img.filmarchiv.at/unsafe/1024x1024/videostatic/{bucket}/{video_id}/poster.jpg',
|
||||
'thumbnail': f'https://cdn.filmarchiv.at/{prefix}/poster.jpg',
|
||||
'formats': formats,
|
||||
'subtitles': subtitles,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user