O!MPD Install failing
O!MPD Install failing
I'm newish to DietPi, but I love it on the few devices I've used it on already. I've searched around and couldn't find any info so I thought I would throw it in here. My latest install kept failing due to yt-dl being taken down on github and the link for their site not being correct. hopefully, this is the right place to put this. I had to change the address from https://yt-dl.org/downloads/latest to https://yt-dl.org/downloads/latest/youtube-dl I don't know if this a recent change to their website or if it was just my network being dumb. Keep up the good work and thank you for what you guys do!
Re: O!MPD Install failing
Hi,
many thanks for your message. Looks like the link has been taken down due to copyright violations
https://github.com/github/dmca/blob/mas ... 23-RIAA.md
Before downloading we check against the web side if the resource is available. But there we get a HTTP 451.
I guess we need to change the link for checking to point to download file directly instead of the global web site.
many thanks for your message. Looks like the link has been taken down due to copyright violations
https://github.com/github/dmca/blob/mas ... 23-RIAA.md
Before downloading we check against the web side if the resource is available. But there we get a HTTP 451.
Code: Select all
HTTP request sent, awaiting response... 451 Unavailable for Legal Reasons
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team