diff --git a/fanficfare/adapters/adapter_occlumencysycophanthexcom.py b/fanficfare/adapters/adapter_occlumencysycophanthexcom.py index 14ff543e..a9658dc8 100644 --- a/fanficfare/adapters/adapter_occlumencysycophanthexcom.py +++ b/fanficfare/adapters/adapter_occlumencysycophanthexcom.py @@ -73,7 +73,8 @@ class OcclumencySycophantHexComAdapter(BaseSiteAdapter): ## Login seems to be reasonably standard across eFiction sites. def needToLoginCheck(self, data): if 'This story contains adult content and/or themes.' in data \ - or "That password doesn't match the one in our database" in data: + or "That password doesn't match the one in our database" in data \ + or 'user.php?action=lostpassword' in data: return True else: return False