mirror of
https://github.com/misiektoja/instagram_monitor.git
synced 2026-04-25 14:25:55 +03:00
[GH-ISSUE #18] about the downloaded Instagram story #16
Labels
No labels
Stale
Stale
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/instagram_monitor#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@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.