[weasyl] update and simplify

- simplify 'pattern' regexps
- parse 'posted_at' as 'date'
- use unaltered 'title' ({title!l:R /_/} to lowercase and replace spaces)
This commit is contained in:
Mike Fährmann
2020-09-25 23:43:11 +02:00
parent 6514312126
commit e9cc719497
3 changed files with 84 additions and 92 deletions

View File

@@ -143,6 +143,10 @@ SUBCATEGORY_MAP = {
"wikiart": {
"artists": "Artist Listings",
},
"weasyl": {
"journals" : "",
"submissions": "",
},
}
_OAUTH = " (`OAuth <https://github.com/mikf/gallery-dl#oauth>`__)"