mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-14 04:05:16 +00:00
Update yt_dlp/extractor/filmarchiv.py
Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com>
This commit is contained in:
@@ -21,7 +21,7 @@ class FilmArchivIE(InfoExtractor):
|
|||||||
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(
|
||||||
|
|||||||
Reference in New Issue
Block a user