Fix #4219: Deviantart broke download urls when not logged in.

This commit is contained in:
evazion
2019-12-06 22:54:08 -06:00
parent 1c3b96dc4e
commit ea718122da
2 changed files with 42 additions and 2 deletions

View File

@@ -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