[instagram:highlights] extract 'user' metadata (#7846)
This commit is contained in:
@@ -166,6 +166,7 @@ class InstagramExtractor(Extractor):
|
|||||||
else:
|
else:
|
||||||
post_url = f"{self.root}/stories/highlights/{reel_id}/"
|
post_url = f"{self.root}/stories/highlights/{reel_id}/"
|
||||||
data = {
|
data = {
|
||||||
|
"user" : post.get("user"),
|
||||||
"expires": text.parse_timestamp(expires),
|
"expires": text.parse_timestamp(expires),
|
||||||
"post_id": reel_id,
|
"post_id": reel_id,
|
||||||
"post_shortcode": shortcode_from_id(reel_id),
|
"post_shortcode": shortcode_from_id(reel_id),
|
||||||
|
|||||||
Reference in New Issue
Block a user