mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-10 11:40:24 +08:00
Add check for non-existance/removed story to potterfics.com.
This commit is contained in:
@@ -158,7 +158,7 @@ class PotterFicsComAdapter(BaseSiteAdapter):
|
||||
if "Esta historia no existe. Probablemente ha sido eliminada." in data:
|
||||
raise exceptions.StoryDoesNotExist(self.url)
|
||||
|
||||
print data
|
||||
##print data
|
||||
|
||||
#deal with adult content login
|
||||
if self.needToLoginCheck(data):
|
||||
|
||||
Reference in New Issue
Block a user