Awesome idea!
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Looks cool! I'll be sure to check this one out
I tried it and it works great 😄
However, for others trying the script, if youtube-dl
throws an error when searching for videos suggesting to update it, update it! Yes, I figured that out...
Debian/debian variant users can use backports if their stable version is already fully updated: apt -t buster-backports install youtube-dl
fixed the error for me. Of course, this is a youtube-dl
issue, not a problem with the script.
suggesting to update it, update it!
Yes, I find it kind of strange to see that youtube-dl is a package in Debian and Ubuntu, since even on Arch it is not updated very often. Therefore I download the binary in a user home and use the minus U to self update it, whenever it throws errors, and then one can see that the software gets updated pretty often. So far that always solved these issues.
Yes, you are right, youtube-dl
should be at a recent version :P! But I hope that this is all the maintenance there is to it. The script itself is really simple and probably won't need updates any time soon as it just delegates all the work to other tools. Just as things should be with regard to the Unix philosophy :)
This is awsome! Thank you!