youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit b3b5870cba46d84b7482f120f550822d3b64c3d4
parent 57a38a38c32ea2eb1ca54ee4ba3fcd31a9b7f328
Author: Sergey M․ <dstftw@gmail.com>
Date:   Fri,  4 Aug 2017 23:51:03 +0700

[pornhd] Fix extraction (closes #13783)

Diffstat:
Myoutube_dl/extractor/pornhd.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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: