[GH-ISSUE #18] about the downloaded Instagram story #16

Closed
opened 2026-02-27 20:05:00 +03:00 by kerem · 1 comment
Owner

Originally created by @mrtreexu1104 on GitHub (Nov 14, 2025).
Original GitHub issue: https://github.com/misiektoja/instagram_monitor/issues/18

I noticed that every time I scan, the images or videos in the story are downloaded again. Is there a setting to only download newly published ones?

Originally created by @mrtreexu1104 on GitHub (Nov 14, 2025). Original GitHub issue: https://github.com/misiektoja/instagram_monitor/issues/18 I noticed that every time I scan, the images or videos in the story are downloaded again. Is there a setting to only download newly published ones?
kerem closed this issue 2026-02-27 20:05:00 +03:00
Author
Owner

@misiektoja commented on GitHub (Nov 30, 2025):

The code avoids re-downloading by checking if each story file (image, video) already exists. Filenames are stable because they use the story timestamp from Instagram's API, so the same story always maps to the same file. The monitoring loop only processes stories when the count increases, then downloads only missing files.

If you still see re-downloads it means the files were deleted, saved to a different directory or the script cannot read them due to permissions.

Please confirm that the files are still in the working directory. If you still have issues please elaborate on it more, so I can help.

<!-- gh-comment-id:3593762794 --> @misiektoja commented on GitHub (Nov 30, 2025): The code avoids re-downloading by checking if each story file (image, video) already exists. Filenames are stable because they use the story timestamp from Instagram's API, so the same story always maps to the same file. The monitoring loop only processes stories when the count increases, then downloads only missing files. If you still see re-downloads it means the files were deleted, saved to a different directory or the script cannot read them due to permissions. Please confirm that the files are still in the working directory. If you still have issues please elaborate on it more, so I can help.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/instagram_monitor#16
No description provided.