[instagram:highlights] extract 'user' metadata (#7846)

This commit is contained in:
Mike Fährmann
2025-08-18 11:40:54 +02:00
parent 2b5287e2e1
commit ebd69a17f4

View File

@@ -166,6 +166,7 @@ class InstagramExtractor(Extractor):
else:
post_url = f"{self.root}/stories/highlights/{reel_id}/"
data = {
"user" : post.get("user"),
"expires": text.parse_timestamp(expires),
"post_id": reel_id,
"post_shortcode": shortcode_from_id(reel_id),