1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-28 09:28:33 +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 10:51:12 +02:00 committed by GitHub
parent 138ef94d48
commit 9b6886e8fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ def _real_extract(self, url):
webpage = self._download_webpage(url, media_id) webpage = self._download_webpage(url, media_id)
title = self._html_search_regex( title = self._html_search_regex(
r'<title-div [^>]+>\s*(.+?)\s*</title-div>', r'<title-div[^>]*>\s*(.+?)\s*</title-div>',
webpage, 'title') webpage, 'title')
description = self._html_search_regex( description = self._html_search_regex(