adapter_deviantartcom: Add a 6th different message to indicate 'mature content'. #1052

This commit is contained in:
Jim Miller 2024-03-25 09:21:08 -05:00
parent aab3e1c601
commit 701c096ed4

View file

@ -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):