mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-22 03:25:17 +00:00
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"version": "4.72",
|
|
"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.72/svtplay-dl-amd64.zip",
|
|
"hash": "19e94f91d2fd2782d2006ae945f0a1da7a037a564cc9ce981239fa90867233e8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://svtplay-dl.se/download/4.72/svtplay-dl-win32.zip",
|
|
"hash": "9799c231e51bd441a9a6ad43c72064b8e49dc00f4c58aa53d7750702fcdd2329"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|