mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-17 00:55:15 +00:00
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"version": "2.6",
|
|
"description": "Video downloader from various sites",
|
|
"homepage": "https://svtplay-dl.se",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"ffmpeg": "ffmpeg"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://svtplay-dl.se/download/2.6/svtplay-dl-amd64.zip",
|
|
"hash": "f65e756c7730b82baa73cde8d80e87d5bf45045f7c630f2dd3dc99a302ff5ee5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://svtplay-dl.se/download/2.6/svtplay-dl-win32.zip",
|
|
"hash": "2c3590a5d10fe36bc996f740407e074154a00913905303c6b25a39c6f85c925f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|