ScoopInstaller_Main/bucket/svtplay-dl.json
2021-02-24 23:03:31 +00:00

33 lines
1.0 KiB
JSON

{
"version": "3.1",
"description": "Video downloader from various sites",
"homepage": "https://svtplay-dl.se",
"license": "MIT",
"suggest": {
"ffmpeg": "ffmpeg"
},
"architecture": {
"64bit": {
"url": "https://svtplay-dl.se/download/3.1/svtplay-dl-amd64.zip",
"hash": "8dbc59625d67e649a49c5a7a775505049be21704826ff39469d6791461cbea60"
},
"32bit": {
"url": "https://svtplay-dl.se/download/3.1/svtplay-dl-win32.zip",
"hash": "8f1040ecda8606f9cce35b2364a3994a891b220a1eaee63f7181f772513f0e64"
}
},
"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"
}
}
}
}