merge #5372: [twitter] match Tweet URLs with query parameters (#5371)

fixes regression introduced in 40c05535
This commit is contained in:
Mike Fährmann
2024-03-25 22:00:48 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -316,7 +316,7 @@ __tests__ = (
},
{
"#url" : "https://twitter.com/perrypumas/status/1065692031626829824",
"#url" : "https://twitter.com/perrypumas/status/1065692031626829824?s=20",
"#comment" : "video",
"#category": ("", "twitter", "tweet"),
"#class" : twitter.TwitterTweetExtractor,
@@ -324,7 +324,7 @@ __tests__ = (
},
{
"#url" : "https://twitter.com/playpokemon/status/1263832915173048321",
"#url" : "https://twitter.com/playpokemon/status/1263832915173048321/",
"#comment" : "content with emoji, newlines, hashtags (#338)",
"#category": ("", "twitter", "tweet"),
"#class" : twitter.TwitterTweetExtractor,