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

/bin/sh: 1: youtube-dl: not found #14

Closed
Borderpatrol1987 opened this issue Aug 21, 2023 · 4 comments · Fixed by #22
Closed

/bin/sh: 1: youtube-dl: not found #14

Borderpatrol1987 opened this issue Aug 21, 2023 · 4 comments · Fixed by #22

Comments

@Borderpatrol1987
Copy link

I have this running in docker, and its able to see my lidarr DB.

I get this message when it try's to download
/bin/sh: 1: youtube-dl: not found

How can I fix this?

@Borderpatrol1987
Copy link
Author

That's resolved. but now it acts like its downloading the file, but its not writing the files.

@dmzoneill
Copy link
Owner

can you provide console output

@guerda
Copy link
Contributor

guerda commented Nov 10, 2023

The yt-dlp by default is called like this and not youtube-dl. Maybe it would be a good idea to update

downloader = "youtube-dl --no-progress -x"
to use the "official" binary name? Then the renaming of the binary can also be removed and it makes it easier to use it locally via pip.

@dmzoneill
Copy link
Owner

pull requests welcome

guerda added a commit to guerda/lidarr-youtube-downloader that referenced this issue Dec 21, 2023
@guerda guerda mentioned this issue Feb 10, 2024
dmzoneill pushed a commit that referenced this issue Feb 28, 2024
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

Successfully merging a pull request may close this issue.

3 participants