mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-06 08:52:55 +01:00
Different Age Consent text in tenhawkpresents.com
This commit is contained in:
parent
2a154c13ac
commit
0e7ef6d804
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ class TenhawkPresentsComSiteAdapter(BaseSiteAdapter):
|
||||||
self.performLogin(url)
|
self.performLogin(url)
|
||||||
data = self._fetchUrl(url)
|
data = self._fetchUrl(url)
|
||||||
|
|
||||||
if "Age Consent Required" in data:
|
if "This story contains mature content which may include violence, sexual situations, and coarse language" in data:
|
||||||
raise exceptions.AdultCheckRequired(self.url)
|
raise exceptions.AdultCheckRequired(self.url)
|
||||||
|
|
||||||
if "Access denied. This story has not been validated by the adminstrators of this site." in data:
|
if "Access denied. This story has not been validated by the adminstrators of this site." in data:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue