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.
Hi, I want to check programmatically when a new version is out so I can download it.
I tried getting the file size of https://yt-dl.org/downloads/latest/youtube-dl with HTTP HEAD, but the information is not returned. I don't want to download the whole thing every time obviously.
Is there a good way?