[pixiv] initial 'novel' support (#1241, #4044)

supported URLs are
- https://www.pixiv.net/novel/show.php?id=<ID>
- https://www.pixiv.net/novel/series/<ID>
- https://www.pixiv.net/en/users/<ID>/novels
This commit is contained in:
Mike Fährmann
2023-05-12 16:01:19 +02:00
parent c698c3de44
commit 20dc13f832
3 changed files with 144 additions and 1 deletions

View File

@@ -213,6 +213,8 @@ SUBCATEGORY_MAP = {
},
"pixiv": {
"me" : "pixiv.me Links",
"novel-series": "Novel Series",
"novel-user": "",
"pixivision": "pixivision",
"sketch": "Sketch",
"work": "individual Images",