ScoopInstaller_Main/bucket/svtplay-dl.json
2021-07-23 21:00:28 +00:00

33 lines
1.0 KiB
JSON

{
"version": "4.2",
"description": "Video downloader from various sites",
"homepage": "https://svtplay-dl.se",
"license": "MIT",
"suggest": {
"ffmpeg": "ffmpeg"
},
"architecture": {
"64bit": {
"url": "https://svtplay-dl.se/download/4.2/svtplay-dl-amd64.zip",
"hash": "55bfc515bc7a811131ca00554bd55f79588feab4679c341087aed6ec5a25b9c3"
},
"32bit": {
"url": "https://svtplay-dl.se/download/4.2/svtplay-dl-win32.zip",
"hash": "c6bf4666e0cdd0a2e15107e944d416fde79e6fe8419d536cc2402258ab1d95d5"
}
},
"extract_dir": "svtplay-dl",
"bin": "svtplay-dl.exe",
"checkver": ">Currently v([\\d.]+)\\s+\\(",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://svtplay-dl.se/download/$version/svtplay-dl-amd64.zip"
},
"32bit": {
"url": "https://svtplay-dl.se/download/$version/svtplay-dl-win32.zip"
}
}
}
}