ScoopInstaller_Main/bucket/svtplay-dl.json
2021-04-14 08:00:45 +00:00

33 lines
1.0 KiB
JSON

{
"version": "3.5",
"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.5/svtplay-dl-amd64.zip",
"hash": "1b5bce36c65b397db5b09cb08017bf9b7dac9892a2422902c1eafccd0a4d5c4a"
},
"32bit": {
"url": "https://svtplay-dl.se/download/3.5/svtplay-dl-win32.zip",
"hash": "86f7ee0d3f994ea0d7271c86dcb9309b4261da592f298059b62d0a7dc86097ec"
}
},
"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"
}
}
}
}