mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-25 07:45:38 +08:00
no capture
This commit is contained in:
parent
d5a02bd31a
commit
6598002a86
@ -107,7 +107,7 @@ class PornHubIE(InfoExtractor):
|
||||
webpage = self._download_webpage(req, video_id)
|
||||
|
||||
error_msg = self._html_search_regex(
|
||||
r'(?s)<div[^>]+class=(["\']).*?\b(removed|userMessageSection)\b.*?\1[^>]*>(?P<error>.+?)</div>',
|
||||
r'(?s)<div[^>]+class=(["\']).*?\b(?:removed|userMessageSection)\b.*?\1[^>]*>(?P<error>.+?)</div>',
|
||||
webpage, 'error message', default=None, group='error')
|
||||
if error_msg:
|
||||
error_msg = re.sub(r'\s+', ' ', error_msg)
|
||||
|
Loading…
Reference in New Issue
Block a user