mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-03 22:44:25 +00:00
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"version": "4.103",
|
|
"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.103/svtplay-dl-amd64.zip",
|
|
"hash": "7a88fa9a1e969098289ed391e91b3b9092d6de6578261b8f7eb5b65a1c765269"
|
|
},
|
|
"32bit": {
|
|
"url": "https://svtplay-dl.se/download/4.103/svtplay-dl-win32.zip",
|
|
"hash": "9365d4d81d2c80affcd4f408fa10e8b949dd1d9db8a04c54298783ada18bd85e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|