youtube-dl-webui icon indicating copy to clipboard operation
youtube-dl-webui copied to clipboard

youtube-dl in docker is outdated

Open ko-lem opened this issue 5 years ago • 10 comments

Nice project :)

I used your published docker container but downloads always failed. I debugged and found that the youtube-dl inside is outdated (year 2018).

It would be nice if you could rebuild the container and publish new version. For now, I'm just making my own container to run your project.

ko-lem avatar Feb 03 '20 11:02 ko-lem

@ko-lem do you have that forked container published anywhere? I'm looking for a good youtube-dl webui container to use myself.

yllekz avatar Nov 19 '20 14:11 yllekz

@yllekz not yet. I'll look into doing so this weekend

ko-lem avatar Nov 19 '20 23:11 ko-lem

Greetings! Any update on adding Dockerfile to this repo?

zaharcelac avatar Feb 25 '21 22:02 zaharcelac

I'll check this weekend

ko-lem avatar Feb 26 '21 01:02 ko-lem

I will say sorry for any bothering problems that caused by lacking of maintenance. I have less spare time to devote to personal projects after I made a shift to a new company 3 years before. This project is open to anyone, that any pull request is welcome, please feel free to commit.

I migrate dockerfile from another repo to here: https://github.com/d0u9/youtube-dl-webui/tree/master/dockerfile

Sorry again.

d0u9 avatar Mar 03 '21 03:03 d0u9

No worries. I've also been too busy to make the fix I wanted.

ko-lem avatar Mar 03 '21 03:03 ko-lem

Posted some updates on Dockerfile: https://github.com/d0u9/youtube-dl-webui/pull/40

zaharcelac avatar Mar 20 '21 02:03 zaharcelac

wouldn't it be more reliable to add a scheduled routine, maybe a cron job that updates youtube-dl daily?

scphantm avatar Apr 15 '21 15:04 scphantm

I made a modification into entrypoint to upgrade youtube-dl but to persist it, between container restart, we need to add a volume to /usr/local/bin/

just add -e UPGRADE=true to update at startup. #41

memiks avatar Apr 16 '21 08:04 memiks

There's no need to persist it. Just add a youtube-dl update to the startup process and cron job it to update every day. that way whether you start the container or leave it run for a month, its always up to date. and you don't need to cut new images every other day.

scphantm avatar Apr 16 '21 16:04 scphantm