dmzoneill / lidarr-youtube-downloader

Lidar youtube downloader
Apache License 2.0
44 stars 10 forks source link

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

Closed Borderpatrol1987 closed 8 months ago

Borderpatrol1987 commented 1 year ago

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 commented 1 year ago

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

dmzoneill commented 1 year ago

can you provide console output

guerda commented 11 months ago

The yt-dlp by default is called like this and not youtube-dl. Maybe it would be a good idea to update https://github.com/dmzoneill/lidarr-youtube-downloader/blob/c00c4c649742551a31055b081ef8054d4e3cfffa/lidarr_youtube_downloader/lyd.py#L407 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 commented 11 months ago

pull requests welcome