mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-28 01:18:30 +00:00
Update yt_dlp/extractor/filmarchiv.py
Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com>
This commit is contained in:
parent
138ef94d48
commit
9b6886e8fe
@ -21,7 +21,7 @@ def _real_extract(self, url):
|
||||
webpage = self._download_webpage(url, media_id)
|
||||
|
||||
title = self._html_search_regex(
|
||||
r'<title-div [^>]+>\s*(.+?)\s*</title-div>',
|
||||
r'<title-div[^>]*>\s*(.+?)\s*</title-div>',
|
||||
webpage, 'title')
|
||||
|
||||
description = self._html_search_regex(
|
||||
|
Loading…
Reference in New Issue
Block a user