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 ffprobe shell call on windows uses wrong quotes, causes error. #7997
Comments
|
It has nothing to do with single quotes:
|
|
@dstftw did you try that on windows or linux?
|
|
I did it on exactly same configuration, see log. |
|
Yes but I have an error on mine, and I am on windows, I updated my comment with log. |
So I was having an issue on windows with youtube-dl, here is debug output below,
I found the problem is most likely related to windows stuff, but when ydl executes ffprobe, it uses wrong quotation resulting in erroneous output from ffprobe. (ie.
ffprobe ... 'path: ...'which is bad, should beffprobe ... "path: ..."I would fix it locally but then I'd have to get all dependencies and stuff.