aajanki / yle-dl

Download videos from Yle servers
https://aajanki.github.io/yle-dl/index-en.html
GNU General Public License v3.0
302 stars 52 forks source link

'yle-dl' is not recognized as an internal or external command, operable program or batch file #271

Closed Mistew closed 2 years ago

Mistew commented 3 years ago

When trying to run the command yle-dl (Yle areena link) in the command prompt it said: 'yle-dl' is not recognized as an internal or external command, operable program or batch file. Any solution for this or have i done something wrong while installing?

aajanki commented 3 years ago

Most likely, the installation location is not on your command prompt search path. You should be be able to run the program using the full path like this: ~/.local/bin/yle-dl

To avoid having to type the full path everytime, you can append the directory on the search path. For example, if you are using bash, execute

echo export PATH=$PATH:\$HOME/.local/bin >> ~/.bashrc

and restart the command prompt.

aajanki commented 2 years ago

I have improved the installation instructions and I'm closing this issue.