mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-03 20:08:30 +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,
|
'id': media_id,
|
||||||
'title': title,
|
'title': title,
|
||||||
'description': description,
|
'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,
|
'formats': formats,
|
||||||
'subtitles': subtitles,
|
'subtitles': subtitles,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user