Add check for non-existance/removed story to potterfics.com.

This commit is contained in:
Jim Miller
2015-09-24 15:45:40 -05:00
parent 51ea8f18a7
commit 95b799663e
+1 -1
View File
@@ -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):