mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02:00
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:
parent
4c99fdbcc1
commit
e674f7c7df
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue