There was still a 2 second sleep between chapters for the fictonpress adapter.. Keep in mind that if you do a lot of downloading from fanfiction.net or fictionpress.com it is possible that your IP address could be locked without the sleep in place.

This commit is contained in:
wsuetholz 2010-12-05 20:52:13 -06:00
parent 4c99fdbcc1
commit e674f7c7df

View file

@ -246,7 +246,7 @@ class FPCom(FanfictionSiteAdapter):
return urls
def getText(self, url):
time.sleep( 2.0 )
# time.sleep( 2.0 )
data = ''
try:
data = self.fetchUrl(url)