mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-27 11:16:48 +01:00
Back out some changes I didn't actually mean to commit. Just some custom stuff.
This commit is contained in:
parent
53e2a0f204
commit
ef5e7700b9
3 changed files with 5 additions and 5 deletions
|
|
@ -181,8 +181,8 @@ if __name__ == '__main__':
|
|||
|
||||
loader = FanficLoader(adapter, writerClass)
|
||||
loader.setStandAlone(True)
|
||||
# if bookFormat != 'epub':
|
||||
loader.setOverWrite(True)
|
||||
if bookFormat != 'epub':
|
||||
loader.setOverWrite(True)
|
||||
|
||||
|
||||
try:
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ class Twilighted(FanfictionSiteAdapter):
|
|||
self.path = parsedUrl.path
|
||||
self.opener = u2.build_opener(u2.HTTPCookieProcessor())
|
||||
self.password=twipassword.password
|
||||
self.login='BobsClue'
|
||||
self.login='sigizmund'
|
||||
self.storyDescription = 'Fanfiction Story'
|
||||
self.authorId = '0'
|
||||
self.authorURL = ''
|
||||
|
|
@ -85,7 +85,7 @@ class Twilighted(FanfictionSiteAdapter):
|
|||
return False
|
||||
|
||||
def requiresLogin(self, url = None):
|
||||
return False
|
||||
return True
|
||||
|
||||
def performLogin(self, url = None):
|
||||
data = {}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
# This is really for the web version. downalod.py will ask.
|
||||
password='xeMApMQFfR'
|
||||
password='somepass'
|
||||
|
|
|
|||
Loading…
Reference in a new issue