mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-04-29 10:25:43 +02:00
adapter_deviantartcom: Add a 6th different message to indicate 'mature content'. #1052
This commit is contained in:
parent
aab3e1c601
commit
701c096ed4
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ class DeviantArtComSiteAdapter(BaseSiteAdapter):
|
|||
or '>This filter hides content that may be inappropriate for some viewers<' in data
|
||||
or '>May contain sensitive content<' in data
|
||||
or '>Log in to view<' in data
|
||||
or '>This deviation has been labeled as containing themes not suitable for all deviants.<' in data
|
||||
)
|
||||
|
||||
def extractChapterUrlsAndMetadata(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue