Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I manually tell download_with_yt-dlp_here where to find yt-dlp? #19

Open
JobLeonard opened this issue Feb 1, 2024 · 1 comment

Comments

@JobLeonard
Copy link

The service looks nice but believes I don't have yt-dlp installed.

I do, it's just that it's installed via Anaconda so KDE isn't aware of it (but I can use it just fine in the terminal).

Is there a way to manually point it towards the yt-dlp binary?

@fabiomux
Copy link
Owner

fabiomux commented Feb 1, 2024

I think this is the best way:

  1. Discover the real path of yt-dlp (type from terminal: whereis yt-dlp)
  2. Put the path in the PATH env variable of your .bashrc file (PATH=$PATH;/path/to/yt-dlp-folder)
  3. Logout and login again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants