ScoopInstaller_Main/bucket/svtplay-dl.json
2021-07-09 19:00:25 +00:00

33 lines
1.0 KiB
JSON

{
"version": "4.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/4.1/svtplay-dl-amd64.zip",
"hash": "d15da6ca390721e6601ace877ca884337a66d3a169ff00624f655ef462fa3c78"
},
"32bit": {
"url": "https://svtplay-dl.se/download/4.1/svtplay-dl-win32.zip",
"hash": "7ec8ecb7b67a6d5d38a760908f9f8f0a6979f5e77e2bb24c73462dbe3c5c9f55"
}
},
"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"
}
}
}
}