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.
youtube-dl error (json problem?) #23075
Comments
|
You've been already answered. |
|
What? No I have NOT been answered. The last time I was told that I am either using an outdated version of youtube-dl, which I am NOT; or my IP has been banned by youtube, which it has NOT; or it is a problem with the script, KVS. I have spoken with KVS and according to them, again, the created JSON isn't valid and can't be parsed. I provided all of this in the message above. Why ask for all that information and just ignore it? Can you at least confirm that you know for a fact the JSON creation process employed by youtube-dl has NOT been compromised at all? jdr |
|
Once again: you must provide verbose log that clearly demonstrates the problem not the log of a successful run. |
Checklist
Verbose log
Description
WRITE DESCRIPTION HERE
I have a site (soappirat.es) that uses Kernel Video Sharing (KVS) script. When I try to import a video using the KVS YouTube Grabber plugin, the log reports the following error: "ERROR: video page gives unexpected error:Invalid response from youtube-dl."
When I emailed KVS support about the issue, I was told it was a youtube-dl bug. When I use youtube-dl from the command line using the "-v" flag--you see the output above. According to KVS: "It indeed works in download mode, but doesn't provide valid JSON content when using --dump-json option. KVS grabbers work in 2 steps, they first analyze the parsed info to identify whether the parsed video is OK, then start downloading it. This particular video fails during the 1st phase. The created JSON is not valid and can't be parsed, e.g. you can see that when you open it with Firefox for example, which has built-in JSON parser.
If this issue is fixed in youtube-dl, KVS grabber should work fine."
I tried to run youtube-dl -v --dump-json [youtube URL], but the output exceeds my command windows capacity to hold it all.
jdr