about summary refs log tree commit diff
path: root/youtube_dl/extractor/pornhd.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-08-04 23:51:03 +0700
committerSergey M․ <dstftw@gmail.com>2017-08-04 23:51:03 +0700
commitb3b5870cba46d84b7482f120f550822d3b64c3d4 (patch)
tree6b3a3a65dbe559454d9d1ddcc1160223fb0e42e1 /youtube_dl/extractor/pornhd.py
parent57a38a38c32ea2eb1ca54ee4ba3fcd31a9b7f328 (diff)
downloadyoutube-dl-b3b5870cba46d84b7482f120f550822d3b64c3d4.tar.gz
youtube-dl-b3b5870cba46d84b7482f120f550822d3b64c3d4.tar.xz
youtube-dl-b3b5870cba46d84b7482f120f550822d3b64c3d4.zip
[pornhd] Fix extraction (closes #13783)
Diffstat (limited to 'youtube_dl/extractor/pornhd.py')
-rw-r--r--youtube_dl/extractor/pornhd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/pornhd.py b/youtube_dl/extractor/pornhd.py
index 842317e6c..36761788d 100644
--- a/youtube_dl/extractor/pornhd.py
+++ b/youtube_dl/extractor/pornhd.py
@@ -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: