mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 09:57:59 +09:00
[XHamsterIE] Make hd video search more robust
This commit is contained in:
parent
a83a3139d1
commit
b8e1471d3a
@ -103,6 +103,7 @@ class XHamsterIE(InfoExtractor):
|
|||||||
}]
|
}]
|
||||||
|
|
||||||
if not hd:
|
if not hd:
|
||||||
|
mrss_url = self._search_regex(r'<link rel="canonical" href="([^"]+)', webpage, 'mrss_url')
|
||||||
webpage = self._download_webpage(mrss_url + '?hd', video_id, note='Downloading HD webpage')
|
webpage = self._download_webpage(mrss_url + '?hd', video_id, note='Downloading HD webpage')
|
||||||
if is_hd(webpage):
|
if is_hd(webpage):
|
||||||
video_url = extract_video_url(webpage)
|
video_url = extract_video_url(webpage)
|
||||||
|
Loading…
Reference in New Issue
Block a user