mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-15 17:08:29 +00:00
Update yt_dlp/extractor/filmarchiv.py
Co-authored-by: doe1080 <98906116+doe1080@users.noreply.github.com>
This commit is contained in:
parent
e1f5295adc
commit
a2df88f1e4
@ -22,8 +22,7 @@ def _real_extract(self, url):
|
||||
media_id = self._match_id(url)
|
||||
webpage = self._download_webpage(url, media_id)
|
||||
|
||||
title = self._html_search_regex(
|
||||
r'<title-div[^>]*>\s*(.+?)\s*</title-div>', webpage, 'title')
|
||||
title = traverse_obj(webpage, ({find_element(tag='title-div')}, {clean_html}))
|
||||
|
||||
description = traverse_obj(webpage, (
|
||||
{find_elements(
|
||||
|
Loading…
Reference in New Issue
Block a user