Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Display current latest version number on GitHub when using the `--update` option if other software management solution is used on system #7849
Comments
|
We have no control over alternative software management solution therefore they decide themselves how to update their packages. |
|
@dstftw You can check the latest version by launching a web browser and browse the Releases page but it's better if youtube-dl could show it itself. |
|
I don't think mixing official version and package version is a good idea since it can be misleading. Moreover most likely this will be patched out by package maintainers. |
|
@Vdragon FYI: The latest version number can be fetched from https://rg3.github.io/youtube-dl/update/LATEST_VERSION. |
Please support fetching & showing the latest release when using the
--updateoption on systems using alternative software management solution, it's useful to check whether your youtube-dl distribution is the latest.