[chevereto] support 'imglike.com' (#5179)

This commit is contained in:
Mike Fährmann
2025-09-15 21:47:54 +02:00
parent f13ab25233
commit 5ddc0064ed
4 changed files with 63 additions and 0 deletions

View File

@@ -50,6 +50,10 @@ BASE_PATTERN = CheveretoExtractor.update({
"root": "https://imagepond.net",
"pattern": r"imagepond\.net",
},
"imglike": {
"root": "https://imglike.com",
"pattern": r"imglike\.com",
},
})