mirror of
https://github.com/kemayo/leech
synced 2025-12-26 02:03:44 +01: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
|
||||
* 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
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue