1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-14 12:15:23 +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:49:31 +02:00
committed by GitHub
parent c45654eac8
commit e1f5295adc

View File

@@ -23,8 +23,7 @@ class FilmArchivIE(InfoExtractor):
webpage = self._download_webpage(url, media_id)
title = self._html_search_regex(
r'<title-div[^>]*>\s*(.+?)\s*</title-div>',
webpage, 'title')
r'<title-div[^>]*>\s*(.+?)\s*</title-div>', webpage, 'title')
description = traverse_obj(webpage, (
{find_elements(