[pillowfort] support '/tagged/' URLs (#4570)

This commit is contained in:
Mike Fährmann
2023-09-23 00:11:01 +02:00
parent 1d2fd0b831
commit 1e31fce37b
2 changed files with 9 additions and 1 deletions

View File

@@ -172,4 +172,12 @@ __tests__ = (
"#count" : 15,
},
{
"#url" : "https://www.pillowfort.social/Staff/tagged/funding",
"#category": ("", "pillowfort", "user"),
"#class" : pillowfort.PillowfortUserExtractor,
"#pattern" : r"https://img\d+\.pillowfort\.social/posts/",
"#count" : 6,
},
)