merge #4755: [twitter] recognize fixupx.com URLs

This commit is contained in:
Mike Fährmann
2023-11-02 15:33:29 +01:00
2 changed files with 8 additions and 1 deletions

View File

@@ -54,6 +54,12 @@ __tests__ = (
"#class" : twitter.TwitterUserExtractor,
},
{
"#url" : "https://fixupx.com/supernaturepics",
"#category": ("", "twitter", "user"),
"#class" : twitter.TwitterUserExtractor,
},
{
"#url" : "https://x.com/supernaturepics",
"#category": ("", "twitter", "user"),