[wallhaven] add 'collections' extractor (#1351)

This commit is contained in:
Mike Fährmann
2021-03-02 01:32:26 +01:00
parent faf561b6ca
commit e165e6c265
2 changed files with 28 additions and 4 deletions

View File

@@ -152,13 +152,16 @@ SUBCATEGORY_MAP = {
"media": "Media Timelines",
"list-members": "List Members",
},
"wikiart": {
"artists": "Artist Listings",
"wallhaven": {
"collections": "",
},
"weasyl": {
"journals" : "",
"submissions": "",
},
"wikiart": {
"artists": "Artist Listings",
},
}
_OAUTH = "`OAuth <https://github.com/mikf/gallery-dl#oauth>`__"