Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Youporn is broken #6888
Youporn is broken #6888
Comments
|
Confirmed, same exception. [debug] Command-line args: [u'http://www.youporn.com/watch/9912017/sexe-alcool-et-vie-privee/', u'--verbose'] |
|
I worked out a fix for the extractor, how to submit? |
|
Open a pull request. |
|
Thanks Sergey. |
|
Almost there, just seem to be doing something wrong when trying to submit the fix.. The steps: $ git clone git@github.com:error39/youtube-dl.git How should I do this? Instructions are for adding a new extractor, and therefore creating a new branch, is this necessary for editing an existing extractor too? |
|
Creating a branch is idiomatic for any changes. |
|
Got it working again,made a pull request, now wait for someone to review and possibly merge the fix. |
python ./youtube-dl --verbose -j http://www.youporn.com/watch/11676707/the-stripper-scott-ward/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'-j', u'http://www.youporn.com/watch/11676707/the-stripper-scott-ward/']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.07.28
[debug] Python version 2.7.6 - Linux-3.13.0-63-generic-x86_64-with-Ubuntu-14.04-trusty
[debug] exe versions: ffmpeg N-74748-gbaeb8f5, ffprobe N-74748-gbaeb8f5
[debug] Proxy map: {}
ERROR: Unable to extract JSON parameters; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/youtube_dl/YoutubeDL.py", line 656, in extract_info
ie_result = ie.extract(url)
File "/youtube_dl/extractor/common.py", line 282, in extract
return self._real_extract(url)
File "/youtube_dl/extractor/youporn.py", line 52, in _real_extract
webpage, 'JSON parameters')
File "/youtube_dl/extractor/common.py", line 564, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract JSON parameters; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.