fix for pixiv

This commit is contained in:
r888888888
2015-03-29 23:15:32 -07:00
parent fd438cedc8
commit d59b442f38
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ class PixivWebAgent
cookie.path = "/"
mech.cookie_jar.add(cookie)
else
mech.get("http://www.pixiv.net") do |page|
mech.get("https://www.secure.pixiv.net") do |page|
page.form_with(:action => "https://www.secure.pixiv.net/login.php") do |form|
form['pixiv_id'] = Danbooru.config.pixiv_login
form['pass'] = Danbooru.config.pixiv_password

View File

@@ -4,7 +4,7 @@ module Danbooru
class Configuration
# The version of this Danbooru.
def version
"2.75.1"
"2.75.3"
end
# The name of this Danbooru.