ScoopInstaller_Main/bucket/svtplay-dl.json
2022-12-01 00:34:21 +00:00

33 lines
1.0 KiB
JSON

{
"version": "4.16",
"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.16/svtplay-dl-amd64.zip",
"hash": "d1b4d8cefb69b1009f656e2773fceb85e71bf189d9559a9c93e2e171d078a18f"
},
"32bit": {
"url": "https://svtplay-dl.se/download/4.16/svtplay-dl-win32.zip",
"hash": "47fa6f20a86cbe8420585399f5899e754eea15c368a587ca98e3fb2213d9b39a"
}
},
"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"
}
}
}
}