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

Add option for checking if youtube-dl is outdated #6030

Open
SpEcHiDe opened this issue Jun 20, 2015 · 5 comments
Open

Add option for checking if youtube-dl is outdated #6030

SpEcHiDe opened this issue Jun 20, 2015 · 5 comments
Labels

Comments

@SpEcHiDe
Copy link
Contributor

@SpEcHiDe SpEcHiDe commented Jun 20, 2015

please include an auto update option like Google Chrome which will notify users that an update is available instead of manually checking for an update.

This can be achieved by checking for the version information whenever youtubedl is run to download some video.

@yan12125 yan12125 added the request label Jun 20, 2015
@jaimeMF jaimeMF changed the title [FEATURE REQUEST] Add option for checking if youtube-dl is outdated Jun 20, 2015
@vxbinaca
Copy link
Contributor

@vxbinaca vxbinaca commented Jun 21, 2015

This would create confusion for people who used methods other than manual installation (eg apt/pip).

@SpEcHiDe
Copy link
Contributor Author

@SpEcHiDe SpEcHiDe commented Jun 21, 2015

How about something like this ?
civ = get_current_installed_version()
cuv = get_latest_upstream_version()
if civ != cuv :
pynotify("update is available")

@vxbinaca
Copy link
Contributor

@vxbinaca vxbinaca commented Jun 22, 2015

It's best package maintainers actually make their stuff somewhat current and not let it become stale, like Ubuuntu did (it's maintainer let it go for 6 months), or have users rely on manually installed versions. I'm stricktly speaking about Linux/OSX users.

Edit: Manual install versions should have this feature though.

@SpEcHiDe
Copy link
Contributor Author

@SpEcHiDe SpEcHiDe commented Nov 1, 2016

Can I work on this issue? @vxbinaca

@vxbinaca
Copy link
Contributor

@vxbinaca vxbinaca commented Nov 2, 2016

@SpEcHiDe Yes if you'd like. Call home does something similar but what's needed is someone - not me I have my own responsibilities - to keep the Ubuntu version somewhat up to date with Pip. To where the major sites, not all but the most used ones, work. The maintainer only appears to update the script when Youtube stops working and the versions drift really far after a while.

I don't worry about this as I just use Pip. My script installs from Pip and pulls youtube-dl accordingly from Pip.

I'm worried about the novices who aren't skilled in terms of easing the archival/mirroring work they do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.