[pillowfort] support '/tagged/' URLs (#4570)
This commit is contained in:
@@ -132,7 +132,7 @@ class PillowfortPostExtractor(PillowfortExtractor):
|
||||
class PillowfortUserExtractor(PillowfortExtractor):
|
||||
"""Extractor for all posts of a pillowfort user"""
|
||||
subcategory = "user"
|
||||
pattern = BASE_PATTERN + r"/(?!posts/)([^/?#]+)"
|
||||
pattern = BASE_PATTERN + r"/(?!posts/)([^/?#]+(?:/tagged/[^/?#]+)?)"
|
||||
example = "https://www.pillowfort.social/USER"
|
||||
|
||||
def posts(self):
|
||||
|
||||
Reference in New Issue
Block a user