Back out some changes I didn't actually mean to commit. Just some custom stuff.

This commit is contained in:
retiefjimm 2011-03-10 13:14:51 -06:00
parent 53e2a0f204
commit ef5e7700b9
3 changed files with 5 additions and 5 deletions

View file

@ -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:

View file

@ -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 = {}

View file

@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# This is really for the web version. downalod.py will ask.
password='xeMApMQFfR'
password='somepass'