1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-08 22:38: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 11:49:31 +02:00 committed by GitHub
parent c45654eac8
commit e1f5295adc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,8 +23,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 = traverse_obj(webpage, ( description = traverse_obj(webpage, (
{find_elements( {find_elements(