Pratik Chowdhury f79dfb7b68
ytdl and rget: marked as deprecated (#2795)
* ytdl: marked as deprecated
https://github.com/rylio/ytdl Repo has been archived by the owner

* rget: marked as deprecated
2021-10-25 08:43:36 +02:00

25 lines
761 B
JSON

{
"version": "0.6.4",
"description": "YouTube download library and CLI",
"homepage": "https://github.com/rylio/ytdl",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/rylio/ytdl/releases/download/v0.6.4/ytdl_0.6.4_windows_amd64.tar.gz",
"hash": "eb9d1c90460f3050c2c1dbfea5fb28e8148edb69892a8afe041ffa7f9e88a58f"
}
},
"bin": "ytdl.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rylio/ytdl/releases/download/v$version/ytdl_$version_windows_amd64.tar.gz"
}
},
"hash": {
"url": "$baseurl/ytdl_$version_checksums.txt"
}
}
}