Hello everyone,
I had to reinstall my kubuntu 16.04 recently and I try to get back everything I was using before. One thing I loved was youtube-dl.
I followed the instruction there:
https://github.com/rg3/youtube-dl/bl...README.md#bugs
but it doesn't seem to have installed youtube-dl:
Is it possible that there my PATH variable doesn't contain the right address to the directory where it was installed (/usr/local/bin/youtube-dl from what I see above). I have this impression:
Should I add the path to my PATH? How do I do it? And why is youtube-dl put in a directory where a priori linux doesn't look?
Or should I move the directory containing the code of youtube-dl in another folder?
Best
I had to reinstall my kubuntu 16.04 recently and I try to get back everything I was using before. One thing I loved was youtube-dl.
I followed the instruction there:
https://github.com/rg3/youtube-dl/bl...README.md#bugs
but it doesn't seem to have installed youtube-dl:
Code:
me:~/Music/Youtube_Songs$ sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 3 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 3 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 599 0 599 0 0 300 0 --:--:-- 0:00:01 --:--:-- 3103 100 1592k 100 1592k 0 0 74975 0 0:00:21 0:00:21 --:--:-- 107k me:~/Music/Youtube_Songs$ sudo chmod a+rx /usr/local/bin/youtube-dl me:~/Music/Youtube_Songs$ youtube-dl -x --audio-format mp3 -o "%(title)s.%(ext)s" "https://www.youtube.com/watch?v=vXyRJBuoPrQ" bash: /usr/bin/youtube-dl: No such file or directory
Code:
me:~/Music/Youtube_Songs$ $PATH bash: /home/me/anaconda3/bin:/home/me/bin:/home/me/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin: No such file or directory
Or should I move the directory containing the code of youtube-dl in another folder?
Best
Comment