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.
Error 404 with 2013.06.34.2 version only #959
Comments
|
Works fine for me with 2013.06.34.4:
Can you retry? This may have just been a temporary failure of YouTube. Also, the update error message is thrown when we detect that you're not using using youtube-dl as downloaded. I've added a note about distribution packages there, although we may want to simply ignore that and overwrite the executable if it is becoming a problem. |
|
@pierreporte can you test it again and if it fails again then include the whole output by running with --verbose flag. For eg |
|
I tried again some days ago after installing the 2013.06.34. @phihag, downloading a single video always worked. The problem was with a channel only. With the last version, it worked. I don't know why exactly, but it seems that youtube-dl has problems connecting with Youtube's servers. It's a known bug of my computers. The fact is, after some repetitions of the command (the same as @yasoob's), a video download, but due to the connection problems, I only got the first. Anyway. I will provide all outputs for getting at least one video using this command:
By the way, I just noticed that the video already downloaded are detected, it's very good! |
I create this issue because youtube-dl asked for it.
I want to download every video of a channel, so I installed youtube-dl (I use Archlinux) in the version 2013.06.34.1 (community repository), and I got this:
After reading the README file, I tried
youtube-dl --update, but I gotIt looks like you installed youtube-dl with pip, setup.py or a tarball. Please use that to update.(which is not the case actually). Update withpipdid not work (I have several problems with my environment), so I installed the git version (on AUR), this is, when I write these lines, the 2013.06.34.2.But due to update problems with my installation, I installed the git version (2013.06.34.2) and I ran the same command as before:
I don't understant this 404 error, because the previous versions seems to find the videos. Everything works fine with
for instance.