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

This commit is contained in:
Mike Fährmann
2025-12-26 18:06:00 +01:00
parent fd6f19347a
commit daf6cc2c78
3 changed files with 51 additions and 26 deletions

View File

@@ -802,9 +802,14 @@ The Washington Post writes, "Three weeks after the toxic train derailment in Ohi
"#class" : twitter.TwitterHomeExtractor,
},
{
"#url" : "https://x.com/notifications",
"#class" : twitter.TwitterNotificationsExtractor,
},
{
"#url" : "https://x.com/i/timeline",
"#class" : twitter.TwitterHomeExtractor,
"#class" : twitter.TwitterNotificationsExtractor,
},
)