-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For Instagram posts with multiple images, Is there a way to append a number specifying the order placement? #45
Comments
Hi @TheKonka, I just realized that this feature has just been shipped. Questions
For Instagram postPersonally, I prefer the unique file name since it guarantees that if I download the same image or video, we will know from our local file system. But if the For Instagram StoriesWe are okay with not using this But if we do use this indexing feature, how can we determine the IG Story index? Each story lasts only 24 hours, and the index will change constantly. Is the index determined at the time of the download? In other words, if the index is determined at the time of the download, we could have the same filenames where each refers to a different story, e.g., the 2nd story becomes the 1st story after the 1st story has pasted its 24-hour lifespan. |
To address these issues and cater to users' preferences for unique filenames regardless of download instances later in time, PR #50 introduces an option to disable the indexing feature. When disabled, filenames will revert to the original functionality, providing unique filenames as we had before the introduction of the indexing feature in this version |
Browser(Chrome/Firefox/Firefox for Android): Chrome
Extension Version: 2.2.5
Reproduction of links:
These days a lot of Instagram posts have many images in a single post. When I download them, the file name is random and they become out of order. Is there a feature that could be added so that when I download images from a post with multiple images, it appends a number at the end specifying the placement of the image in the post?
For example in a post with 10 images, if I download image number 6, it would automatically put (6) at the end of the filename. Now when I look back on the 10 downloaded files, they are all in order instead of random like they are currently.
The text was updated successfully, but these errors were encountered: