ScoopInstaller_Main/bucket/svtplay-dl.json
2022-03-29 02:04:51 +00:00

33 lines
1.0 KiB
JSON

{
"version": "4.11",
"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.11/svtplay-dl-amd64.zip",
"hash": "d2beb0168fa14666e2d4cfed5c059e04873704111118b54921366b99a5ce51cc"
},
"32bit": {
"url": "https://svtplay-dl.se/download/4.11/svtplay-dl-win32.zip",
"hash": "865945041333eb34b38dd1ce439af284657c5b62a4be3f7430a36e78f553045e"
}
},
"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"
}
}
}
}