[pornhd] Fix extraction (closes #13783)

master
Sergey M․ 7 years ago
parent 57a38a38c3
commit b3b5870cba
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -54,7 +54,7 @@ class PornHdIE(InfoExtractor):
r'<title>(.+?) - .*?[Pp]ornHD.*?</title>'], webpage, 'title')
sources = self._parse_json(js_to_json(self._search_regex(
r"(?s)'sources'\s*:\s*(\{.+?\})\s*\}[;,)]",
r"(?s)sources'?\s*:\s*(\{.+?\})\s*\}[;,)]",
webpage, 'sources', default='{}')), video_id)
if not sources:

Loading…
Cancel
Save