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

youtube-dl in docker is outdated #34

Open
ko-lem opened this issue Feb 3, 2020 · 10 comments
Open

youtube-dl in docker is outdated #34

ko-lem opened this issue Feb 3, 2020 · 10 comments

Comments

@ko-lem
Copy link

ko-lem commented Feb 3, 2020

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.

@yllekz
Copy link

yllekz commented Nov 19, 2020

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

@ko-lem
Copy link
Author

ko-lem commented Nov 19, 2020

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

@zaharcelac
Copy link

Greetings! Any update on adding Dockerfile to this repo?

@ko-lem
Copy link
Author

ko-lem commented Feb 26, 2021

I'll check this weekend

@d0u9
Copy link
Owner

d0u9 commented Mar 3, 2021

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.

@ko-lem
Copy link
Author

ko-lem commented Mar 3, 2021

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

@zaharcelac
Copy link

Posted some updates on Dockerfile: #40

@scphantm
Copy link

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

@memiks
Copy link

memiks commented Apr 16, 2021

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

@scphantm
Copy link

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.

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

6 participants