mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-07 16:42:51 +01:00
Minor clean up on ik-eternal.net.
This commit is contained in:
parent
5f1e7b33b6
commit
5d4c8bc44b
1 changed files with 2 additions and 2 deletions
|
|
@ -41,8 +41,8 @@ class IkEternalNetAdapter(BaseSiteAdapter):
|
|||
# Most sites that claim to be
|
||||
# iso-8859-1 (and some that claim to be
|
||||
# utf8) are really windows-1252.
|
||||
self.username = "iatheia"#NoneGiven" # if left empty, site doesn't return any message at all.
|
||||
self.password = "tibietastris"
|
||||
self.username = "NoneGiven" # if left empty, site doesn't return any message at all.
|
||||
self.password = ""
|
||||
self.is_adult=False
|
||||
|
||||
# get storyId from url--url validation guarantees query is only sid=1234
|
||||
|
|
|
|||
Loading…
Reference in a new issue