mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"version": "4.28.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.28.1/svtplay-dl-amd64.zip",
|
|
"hash": "1e9178914e84fcbe20cd3865e0c4aafecfe7f821b6414b51372e4df4b1dc326f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://svtplay-dl.se/download/4.28.1/svtplay-dl-win32.zip",
|
|
"hash": "3991cd9798a723f0f0dce18753f8b4c52536facb6dad3a620232f54d23f953d2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|