[patreon] support '/c/' before creator name in URLs (#6348)

and avoid '/CREATOR/posts' redirects
This commit is contained in:
Mike Fährmann
2024-10-21 14:01:31 +02:00
parent 00436d6027
commit eacd4479a2
2 changed files with 8 additions and 3 deletions

View File

@@ -43,6 +43,11 @@ __tests__ = (
"#exception": exception.NotFoundError,
},
{
"#url" : "https://www.patreon.com/c/koveliana",
"#class" : patreon.PatreonCreatorExtractor,
},
{
"#url" : "https://www.patreon.com/user?u=2931440",
"#class" : patreon.PatreonCreatorExtractor,