ScoopInstaller_Main/bucket/svtplay-dl.json
2021-09-12 23:00:52 +00:00

33 lines
1.0 KiB
JSON

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