mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02:00
Tweak 'no AO3 login allowed' exception message.
This commit is contained in:
parent
945d3e16fe
commit
b3dc95c66c
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ class ArchiveOfOurOwnOrgAdapter(BaseSiteAdapter):
|
|||
## changed to a scheme where the on-page CSRF token is
|
||||
## passed to a token_dispenser.json URL to get the token
|
||||
## then passed to login.
|
||||
raise exceptions.AccessDenied("AO3 doesn't allow download of (%s) without login and user/password login by automated tools such as FanFicFare is blocked by AO3 site." % self.url)
|
||||
raise exceptions.AccessDenied("AO3 doesn't allow download of (%s) by tools such as FanFicFare. Automated user/password login is blocked by AO3." % self.url)
|
||||
|
||||
# use BeautifulSoup HTML parser to make everything easier to find.
|
||||
soup = self.make_soup(data)
|
||||
|
|
|
|||
Loading…
Reference in a new issue