1
0
Fork 0
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:
David Lynch 2017-02-02 23:20:43 -06:00
parent f066fc663d
commit 7de0e8d2fd

View file

@ -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
---