Skip to content

Commit

Permalink
[instagram] fix stories (#2644)
Browse files Browse the repository at this point in the history
fixing the fix ...
  • Loading branch information
mikf committed Jun 3, 2022
1 parent e59bcb8 commit 46d171c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery_dl/extractor/instagram.py
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ def posts(self):
if self.highlight_id:
reel_id = "highlight:" + self.highlight_id
else:
reel_id = self._uid_by_screen_name(self.item)
reel_id = self._uid_by_screen_name(self.user)

endpoint = "/v1/feed/reels_media/"
params = {"reel_ids": reel_id}
Expand Down

0 comments on commit 46d171c

Please sign in to comment.