ScoopInstaller_Main/bucket/svtplay-dl.json
2023-04-20 00:34:53 +00:00

33 lines
1.0 KiB
JSON

{
"version": "4.20",
"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.20/svtplay-dl-amd64.zip",
"hash": "6160c2778f2079c56c148a0729a032666442025884a562d7bf016d3821020f11"
},
"32bit": {
"url": "https://svtplay-dl.se/download/4.20/svtplay-dl-win32.zip",
"hash": "bc48c2c488026b1ee45c4dd0c691e2441c94d4a2f06d42f68a26aa8c4a250961"
}
},
"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"
}
}
}
}