mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-12 12:02:50 +08:00
Back out some changes I didn't actually mean to commit. Just some custom stuff.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user