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.
Unable to extract categories #3824
Comments
|
Can you post the output you get when you add Note that that is only a warning though. The problem is different: Do you have ffprobe installed on your system? What is the output of |
|
This is the return of the command : http://pastebin.com/kPNbXRqz And here the return of
I'm on Debian Wheezy ;-) |
|
Mmm, that output is really, really strange. It should be a lot longer. The base64-decoded strings should be the entire code served by YouTube, but it's only the first bytes and then Also, the line breaks look broken. The ffprobe looks nowhere near that what you get when you run On a brand-new wheezy on AWS ( We will need to look in depth of what is happening here, and for that it's essential to be able to reproduce this issue. Can you do one of the following?
|
|
This is the output of
But after some test, I use Avconv and my video is convert in MP3 without any problem, but when I put my user account, I've this warning : Command with
And the same commande without -u and -p :
Thank you for your help ! |
|
Thank you for the report. I believe this bug to be fixed in youtube-dl 2014.09.29.1. Type |
When I want to download a video with this command :
youtube-dl -i --no-check-certificate --output "%(title)s.%(ext)s" -u "************" -p "********" --no- playlist --buffer-size 64M --write-thumbnail --format "bestaudio" -x --audio-format "mp3" --audio-quality 0 https://www.youtube.com/watch?v=jj-5E0-q--oI've this in the return :
Can you fix it or help me please ? :)
Thanks !