You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
.eslintrc.cjs | 1 year ago | |
.gitignore | 6 months ago | |
LICENSE | 1 year ago | |
README.md | 6 months ago | |
_booru.js | 4 months ago | |
_shared.js | 3 months ago | |
aug-e621.js | 12 months ago | |
dl-e621.js | 6 months ago | |
dl-furrybooru.js | 12 months ago | |
dl-rule34.js | 12 months ago | |
dl-tbib.js | 4 months ago | |
package-lock.json | 1 year ago | |
package.json | 1 year ago |
README.md
dl-fur
[hostname].json
fetch options
Each request will look for a corresponding [hostname].json
and, if present, will use it as the second argument in all fetch
calls.
For example, if you have a cf_clearance
cookie for the Cloudflare protection in front of FurryBooru, you can create
// furry.booru.org.json
{
"headers": {
"cookie": "cf_clearance=whatever",
"user-agent": "whatever"
}
}
and this cookie and user-agent will be used for API calls and for downloading the images.