ScoopInstaller_Main/bucket/svtplay-dl.json
2022-12-01 08:29:56 +00:00

33 lines
1.0 KiB
JSON

{
"version": "4.17",
"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.17/svtplay-dl-amd64.zip",
"hash": "9254284bf22e0a22cdc79bd148ecde2eff551e427db0b76cb3b18c7a1800dd41"
},
"32bit": {
"url": "https://svtplay-dl.se/download/4.17/svtplay-dl-win32.zip",
"hash": "0520963be26dfe62b1b65123f2c81c380eb56374e9dc0b579b8dd10066f8d278"
}
},
"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"
}
}
}
}