Fix #4219: Deviantart broke download urls when not logged in.
This commit is contained in:
@@ -381,6 +381,16 @@ module Danbooru
|
||||
nil
|
||||
end
|
||||
|
||||
# DeviantArt login cookies. Login to DeviantArt and extract these from the browser.
|
||||
# https://github.com/danbooru/danbooru/issues/4219
|
||||
def deviantart_cookies
|
||||
{
|
||||
userinfo: "XXX",
|
||||
auth_secure: "XXX",
|
||||
auth: "XXX"
|
||||
}.to_json
|
||||
end
|
||||
|
||||
def pixiv_login
|
||||
nil
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user