mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[xxxymovies] Fix title extraction (closes #13868)
This commit is contained in:
parent
dee04d24a4
commit
baba5f4d1d
@ -39,8 +39,8 @@ def _real_extract(self, url):
|
|||||||
r"video_url\s*:\s*'([^']+)'", webpage, 'video URL')
|
r"video_url\s*:\s*'([^']+)'", webpage, 'video URL')
|
||||||
|
|
||||||
title = self._html_search_regex(
|
title = self._html_search_regex(
|
||||||
[r'<div class="block_header">\s*<h1>([^<]+)</h1>',
|
[r'<div[^>]+\bclass="block_header"[^>]*>\s*<h1>([^<]+)<',
|
||||||
r'<title>(.*?)\s*-\s*XXXYMovies\.com</title>'],
|
r'<title>(.*?)\s*-\s*(?:XXXYMovies\.com|XXX\s+Movies)</title>'],
|
||||||
webpage, 'title')
|
webpage, 'title')
|
||||||
|
|
||||||
thumbnail = self._search_regex(
|
thumbnail = self._search_regex(
|
||||||
|
Loading…
Reference in New Issue
Block a user