[chevereto] support 'img.kiwi' and 'deltaporno.com' (#4664, #1381)

This commit is contained in:
Mike Fährmann
2023-10-16 18:14:30 +02:00
parent 727c8eec6c
commit 390d14dbcc
5 changed files with 114 additions and 0 deletions

View File

@@ -42,6 +42,14 @@ BASE_PATTERN = CheveretoExtractor.update({
"root": "https://pixl.li",
"pattern": r"pixl\.(?:li|is)",
},
"imgkiwi": {
"root": "https://img.kiwi",
"pattern": r"img\.kiwi",
},
"deltaporno": {
"root": "https://gallery.deltaporno.com",
"pattern": r"gallery\.deltaporno\.com",
},
})