merge #6768: [boosty] add 'direct-messages' extractor

This commit is contained in:
Mike Fährmann
2025-02-23 18:17:10 +01:00
4 changed files with 106 additions and 8 deletions

View File

@@ -131,5 +131,24 @@ __tests__ = (
"#auth" : True,
},
{
"#url" : "https://boosty.to/app/messages?dialogId=3598621",
"#class" : boosty.BoostyDirectMessagesExtractor,
"#auth" : True,
"#count" : 7,
"count" : 1,
"extension": "",
"file" : dict,
"user" : dict,
"post": {
"authorId": int,
"content" : list,
"date" : "type:datetime",
"dialogId": 3598621,
"id" : int,
},
},
)