mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-05 10:42:37 +01:00
Merge pull request #6955 from atomic83/patch-1
More title extraction fixing.
This commit is contained in:
commit
80faa7a152
@ -64,7 +64,7 @@ def is_hd(webpage):
|
||||
webpage = self._download_webpage(mrss_url, video_id)
|
||||
|
||||
title = self._html_search_regex(
|
||||
[r'<title>(?P<title>.+?)(?:, Free Porn: xHamster| - xHamster\.com)</title>',
|
||||
[r'<title>(?P<title>.+?)(?:, (?:[^,]+? )?Porn: xHamster| - xHamster\.com)</title>',
|
||||
r'<h1>([^<]+)</h1>'], webpage, 'title')
|
||||
|
||||
# Only a few videos have an description
|
||||
|
Loading…
Reference in New Issue
Block a user