[tests:results] rename '#urls' to '#results'

This commit is contained in:
Mike Fährmann
2025-06-13 13:00:50 +02:00
parent e08ec7e083
commit 9afac3c51d
107 changed files with 357 additions and 355 deletions

View File

@@ -14,7 +14,7 @@ __tests__ = (
"#category": ("", "twitter", "user"),
"#class" : twitter.TwitterUserExtractor,
"#options" : {"include": "all"},
"#urls" : [
"#results" : (
"https://x.com/supernaturepics/info",
"https://x.com/supernaturepics/photo",
"https://x.com/supernaturepics/header_photo",
@@ -23,7 +23,7 @@ __tests__ = (
"https://x.com/supernaturepics/media",
"https://x.com/supernaturepics/with_replies",
"https://x.com/supernaturepics/likes",
],
),
},
{
@@ -291,7 +291,7 @@ __tests__ = (
"#category": ("", "twitter", "hashtag"),
"#class" : twitter.TwitterHashtagExtractor,
"#pattern" : twitter.TwitterSearchExtractor.pattern,
"#urls" : "https://x.com/search?q=%23nature",
"#results" : "https://x.com/search?q=%23nature",
},
{
@@ -656,7 +656,7 @@ The Washington Post writes, "Three weeks after the toxic train derailment in Ohi
"#category": ("", "twitter", "tweet"),
"#class" : twitter.TwitterTweetExtractor,
"#options" : {"cards": True},
"#urls" : "https://pbs.twimg.com/grok-img-share/1866736156786008064.jpg",
"#results" : "https://pbs.twimg.com/grok-img-share/1866736156786008064.jpg",
},
{
@@ -664,7 +664,7 @@ The Washington Post writes, "Three weeks after the toxic train derailment in Ohi
"#comment" : "'source_id' and 'source_user' metadata (#7470, #7640)",
"#category": ("", "twitter", "tweet"),
"#class" : twitter.TwitterTweetExtractor,
"#urls" : (
"#results" : (
"https://video.twimg.com/amplify_video/1932079443264376832/vid/avc1/640x336/7xo7NCPkMLRWb8NZ.mp4?tag=14",
"https://video.twimg.com/ext_tw_video/1930425322333229056/pu/vid/avc1/1024x576/6f_cdEPY3a5CcbZP.mp4?tag=12",
),
@@ -680,7 +680,7 @@ The Washington Post writes, "Three weeks after the toxic train derailment in Ohi
"#category": ("", "twitter", "quotes"),
"#class" : twitter.TwitterQuotesExtractor,
"#pattern" : twitter.TwitterSearchExtractor.pattern,
"#urls" : "https://x.com/search?q=quoted_tweet_id:1263832915173048321",
"#results" : "https://x.com/search?q=quoted_tweet_id:1263832915173048321",
},
{
@@ -693,7 +693,7 @@ The Washington Post writes, "Three weeks after the toxic train derailment in Ohi
"#url" : "https://twitter.com/supernaturepics/photo",
"#category": ("", "twitter", "avatar"),
"#class" : twitter.TwitterAvatarExtractor,
"#urls" : "https://pbs.twimg.com/profile_images/554585280938659841/FLVAlX18.jpeg",
"#results" : "https://pbs.twimg.com/profile_images/554585280938659841/FLVAlX18.jpeg",
"date" : "dt:2015-01-12 10:26:49",
"extension": "jpeg",
@@ -713,7 +713,7 @@ The Washington Post writes, "Three weeks after the toxic train derailment in Ohi
"#comment" : "old avatar with small ID and no valid 'date' (#4696)",
"#category": ("", "twitter", "avatar"),
"#class" : twitter.TwitterAvatarExtractor,
"#urls" : "https://pbs.twimg.com/profile_images/2946444489/32028c6affdab425e037ff5a6bf77c1d.jpeg",
"#results" : "https://pbs.twimg.com/profile_images/2946444489/32028c6affdab425e037ff5a6bf77c1d.jpeg",
"date" : util.NONE,
"tweet_id" : 2946444489,