1
0
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:
delta 2025-06-18 11:01:36 +02:00 committed by GitHub
parent a21f542aa0
commit ec9f607f7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
}