continuation of 4303b3ba9d
This commit is contained in:
@@ -55,7 +55,8 @@ class ZerochanExtractor(BooruExtractor):
|
||||
"login" : "Login",
|
||||
}
|
||||
|
||||
response = self.request(url, method="POST", headers=headers, data=data)
|
||||
response = self.request(
|
||||
url, method="POST", headers=headers, data=data, expected=(500,))
|
||||
if not response.history:
|
||||
raise exception.AuthenticationError()
|
||||
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
# it under the terms of the GNU General Public License version 2 as
|
||||
# published by the Free Software Foundation.
|
||||
|
||||
__version__ = "1.30.5"
|
||||
__version__ = "1.30.6-dev"
|
||||
__variant__ = None
|
||||
|
||||
Reference in New Issue
Block a user