You are not logged in.
Using buster, I've had several times in the last few weeks where youtube-dl quit on me with an error message.
The workaround is to delete ~/.cache/youtube-dl and try the download again.
I don't care what you do at home. Would you care to explain?
Offline
Thanks for the info. I might try to see if the one on my Sid install works. Perhaps attempt a backport of the Sid one?
Real Men Use Linux
Offline
I think youtube-dl is one of the rare cases where it's better to go to the site and download the latest version for yourself. Put the file in ~/bin, don't run it as root and just accept the remaining security issues. Youtube &co change the rules so often that there's no way a Debian package can keep up. Run 'youtube-dl -U' on your local version and usually the latest version (2020.03.24 atm) fixes everything.
The downloaded executable is a binary file which you can't look at in a text editor
but the source code is open and viewable on GitHub: https://github.com/ytdl-org/youtube-dl
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
Thanks for the ideas, @johnraff and @nobody. I will look into setting it up the pip3 way so that I can install it and update like a package.
Last edited by DeepDayze (2020-04-27 14:25:31)
Real Men Use Linux
Offline
I think it is good to install virtual environment for python.
// Regards rbh
Please read before requesting help: "Guide to getting help", "Introduction to the Bunsenlabs Lithium Desktop" and other help topics under "Help & Resources" on the BunsenLabs menu
Offline
I think youtube-dl is one of the rare cases where it's better to go to the site and download the latest version for yourself. Put the file in ~/bin, don't run it as root and just accept the remaining security issues. Youtube &co change the rules so often that there's no way a Debian package can keep up. Run 'youtube-dl -U' on your local version and usually the latest version (2020.03.24 atm) fixes everything.
The downloaded executable is a binary file which you can't look at in a text editor
but the source code is open and viewable on GitHub: https://github.com/ytdl-org/youtube-dl
Easiest solution by far - unless you run Arch
Offline