mirror of
https://github.com/kemayo/leech
synced 2026-05-08 12:34:37 +02:00
Document leech.json for logins
This commit is contained in:
parent
f066fc663d
commit
7de0e8d2fd
1 changed files with 15 additions and 0 deletions
|
|
@ -35,6 +35,21 @@ Supports
|
||||||
* DeviantArt galleries/collections
|
* DeviantArt galleries/collections
|
||||||
* Sta.sh
|
* Sta.sh
|
||||||
|
|
||||||
|
Configuration
|
||||||
|
---
|
||||||
|
|
||||||
|
A very small amount of configuration is possible by creating a file called `leech.json` in the project directory. Currently you can define login information for sites that support it.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
```
|
||||||
|
{
|
||||||
|
"logins": {
|
||||||
|
"QuestionableQuesting": ["username", "password"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
Extending
|
Extending
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue