Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aandrew-me
GitHub Repository: aandrew-me/ytDownloader
Path: blob/main/ytdownloader.json
448 views
1
{
2
"homepage": "https://ytdn.netlify.app",
3
"version": "3.20.2",
4
"description": "A modern GUI App for downloading Videos and Audios from hundreds of sites",
5
"license": "GPL-3",
6
"url": "https://github.com/aandrew-me/ytDownloader/releases/download/v3.20.2/YTDownloader_Win.zip",
7
"checkver": {
8
"github": "https://github.com/aandrew-me/ytDownloader"
9
},
10
"bin": ["YTDownloader.exe", ["YTDownloader.exe", "ytdownloader"]],
11
"shortcuts": [["YTDownloader.exe", "YTDownloader"]],
12
"architecture": ["x64"],
13
"autoupdate": {
14
"url": "https://github.com/aandrew-me/ytDownloader/releases/download/v$version/YTDownloader_Win.zip",
15
"hash": {
16
"url": "$url.sha256"
17
}
18
}
19
}
20
21