youtube-dl: fixed download url (#5150)

* youtube-dl: fixed url

* Fix manifest (add missing comma)

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

---------

Co-authored-by: Marcin Kłopotek <marcin.klopotek@gmail.com>
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
nitincodery 2023-10-10 18:47:33 +05:45 committed by GitHub
parent 29bcf98f86
commit 5aab4aa4b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,18 @@
{ {
"version": "2021.12.17", "version": "2021.12.17",
"description": "Download videos from YouTube.com (and a few more sites) using command line.", "description": "Download videos from YouTube.com (and a few more sites) using command line.",
"homepage": "https://yt-dl.org/", "homepage": "https://github.com/ytdl-org/youtube-dl",
"license": "Unlicense", "license": "Unlicense",
"suggest": { "suggest": {
"ffmpeg": "ffmpeg", "ffmpeg": "ffmpeg",
"vcredist": "extras/vcredist2010" "vcredist": "extras/vcredist2010"
}, },
"url": "https://yt-dl.org/downloads/2021.12.17/youtube-dl.exe", "url": "https://github.com/ytdl-org/youtube-dl/releases/download/2021.12.17/youtube-dl.exe",
"hash": "26e5c00c35c5c3edc86dfc0a720aed109a13b1b7c67ac654a0ce8ff82a1f2c16", "hash": "26e5c00c35c5c3edc86dfc0a720aed109a13b1b7c67ac654a0ce8ff82a1f2c16",
"bin": "youtube-dl.exe", "bin": "youtube-dl.exe",
"checkver": "v([\\d.]+)", "checkver": "github",
"autoupdate": { "autoupdate": {
"url": "https://yt-dl.org/downloads/$version/youtube-dl.exe", "url": "https://github.com/ytdl-org/youtube-dl/releases/download/$version/youtube-dl.exe",
"hash": { "hash": {
"url": "$baseurl/SHA2-256SUMS" "url": "$baseurl/SHA2-256SUMS"
} }