[aryion] Add username/password support (#960)

* Add username/password support to aryion extractor

* Update docs to match

* Fix code style
This commit is contained in:
ArtaxIsSleeping
2020-08-27 16:45:30 -04:00
committed by GitHub
parent 84e04cc23b
commit 0e941553ec
6 changed files with 36 additions and 4 deletions

View File

@@ -149,7 +149,7 @@ _COOKIES = " (`Cookies <https://github.com/mikf/gallery-dl#cookies>`__)"
_APIKEY_WH = " (`API Key <configuration.rst#extractorwallhavenapi-key>`__)"
AUTH_MAP = {
"aryion" : "Optional" + _COOKIES,
"aryion" : "Optional",
"baraag" : "Optional" + _OAUTH,
"danbooru" : "Optional",
"deviantart" : "Optional" + _OAUTH,