From 9b6886e8fee2ac559cfdf5f63a0de1a9723e48a4 Mon Sep 17 00:00:00 2001 From: delta <4elta@users.noreply.github.com> Date: Wed, 18 Jun 2025 10:51:12 +0200 Subject: [PATCH] Update yt_dlp/extractor/filmarchiv.py Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com> --- yt_dlp/extractor/filmarchiv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/filmarchiv.py b/yt_dlp/extractor/filmarchiv.py index c11684ff6..1aa379597 100644 --- a/yt_dlp/extractor/filmarchiv.py +++ b/yt_dlp/extractor/filmarchiv.py @@ -21,7 +21,7 @@ def _real_extract(self, url): webpage = self._download_webpage(url, media_id) title = self._html_search_regex( - r']+>\s*(.+?)\s*', + r']*>\s*(.+?)\s*', webpage, 'title') description = self._html_search_regex(