diff options
| -rw-r--r-- | youtube_dl/extractor/pornhd.py | 2 | 
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:  | 
