Skip to content

Commit

Permalink
add flyscrape (#1429)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoilc authored Jan 9, 2025
1 parent f9a3e3a commit 4b46738
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions bucket/flyscrape.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": "0.9.0",
"description": "A command-line web scraping tool designed for those without advanced programming skills.",
"homepage": "https://flyscrape.com/",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/philippta/flyscrape/releases/download/v0.9.0/flyscrape_0.9.0_windows_amd64.zip",
"hash": "a95cd1d6c6a7d734d73e88bd52c515720496730b315a9032f6ad3394408e602d"
},
"32bit": {
"url": "https://github.com/philippta/flyscrape/releases/download/v0.9.0/flyscrape_0.9.0_windows_386.zip",
"hash": "c000cf8de6357855aa651bc68daef2ea9b62c0473f1183ca31c1b2ef7ba128df"
},
"arm64": {
"url": "https://github.com/philippta/flyscrape/releases/download/v0.9.0/flyscrape_0.9.0_windows_arm64.zip",
"hash": "822e2b390a8395546f7370cce9562e35a3e6501fa47c75e9ac0bf163c94f1acd"
}
},
"bin": "flyscrape.exe",
"checkver": {
"github": "https://github.com/philippta/flyscrape"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/philippta/flyscrape/releases/download/v$version/flyscrape_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/philippta/flyscrape/releases/download/v$version/flyscrape_$version_windows_386.zip"
},
"arm64": {
"url": "https://github.com/philippta/flyscrape/releases/download/v$version/flyscrape_$version_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/flyscrape_$version_checksums.txt"
}
}
}

0 comments on commit 4b46738

Please sign in to comment.