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.
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