[twitter] add 'home' extractor (#7974)

This commit is contained in:
Mike Fährmann
2025-08-19 23:03:24 +02:00
parent 47150f3e8a
commit a8b334e866
3 changed files with 59 additions and 3 deletions

View File

@@ -777,4 +777,24 @@ The Washington Post writes, "Three weeks after the toxic train derailment in Ohi
"#class" : twitter.TwitterHighlightsExtractor,
},
{
"#url" : "https://x.com/home",
"#class" : twitter.TwitterHomeExtractor,
},
{
"#url" : "https://x.com/home/for_you",
"#class" : twitter.TwitterHomeExtractor,
},
{
"#url" : "https://x.com/home/following",
"#class" : twitter.TwitterHomeExtractor,
},
{
"#url" : "https://x.com/i/timeline",
"#class" : twitter.TwitterHomeExtractor,
},
)