correcting pixiv connection functionality
This commit is contained in:
@@ -89,7 +89,7 @@ async def list_platforms():
|
||||
"name": "Pixiv",
|
||||
"description": "Download artwork from Pixiv artists",
|
||||
"requires_auth": True,
|
||||
"auth_type": "cookies",
|
||||
"auth_type": "token",
|
||||
"url_pattern": "https://www.pixiv.net/users/{user_id}",
|
||||
"url_examples": [
|
||||
"https://www.pixiv.net/users/12345678",
|
||||
@@ -103,6 +103,7 @@ async def list_platforms():
|
||||
"bookmarks": "Bookmarked works",
|
||||
},
|
||||
"default_config": gdl_service.get_default_config_for_platform("pixiv"),
|
||||
"notes": "Requires OAuth refresh token. Run 'gallery-dl oauth:pixiv' to obtain one.",
|
||||
},
|
||||
"deviantart": {
|
||||
"name": "DeviantArt",
|
||||
|
||||
Reference in New Issue
Block a user