[reactor] support thatpervert.com (closes #2029)

This commit is contained in:
Mike Fährmann
2021-11-25 16:22:17 +01:00
parent d8d9502e1e
commit addb72e1bb
3 changed files with 10 additions and 0 deletions

View File

@@ -959,6 +959,12 @@ Consider all sites to be NSFW unless otherwise known.
<td>Posts, Search Results, Tag Searches, User Profiles</td>
<td></td>
</tr>
<tr>
<td>ThatPervert</td>
<td>http://thatpervert.com/</td>
<td>Posts, Search Results, Tag Searches, User Profiles</td>
<td></td>
</tr>
<tr>
<td colspan="4"><strong>Moebooru and MyImouto</strong></td>

View File

@@ -158,6 +158,9 @@ BASE_PATTERN = ReactorExtractor.update({
"root": "http://pornreactor.cc",
"pattern": r"(?:www\.)?(?:pornreactor\.cc|fapreactor.com)",
},
"thatpervert": {
"root": "http://thatpervert.com",
},
})

View File

@@ -99,6 +99,7 @@ CATEGORY_MAP = {
"speakerdeck" : "Speaker Deck",
"subscribestar" : "SubscribeStar",
"tbib" : "The Big ImageBoard",
"thatpervert" : "ThatPervert",
"thebarchive" : "The /b/ Archive",
"thecollection" : "The /co/llection",
"theloudbooru" : "The Loud Booru",