InstagramDownloader
InstagramDownloader copied to clipboard
Enhance Bulk Download
Hi there,
first of all thank you for the addon. Its very helpful.
I have two questions regarding the bulk download. I always use it on the "Saved" photos.
It would be immensely helpful, if it would be possible to set up how many posts should be included in the bulk download. Eg, now I can just press stop and cant really control how many items are downloaded. But if I could chose to say I want to download specific numbers auf x items/posts it would be brilliant.
The other thing that would me immensely helpful, is that in bulk download not the file names of the Instagram account is included like when I download a single file. This makes organizing a pain. Maybe its possible to use the same file names like in single picture download.
Thanks.
Best regards.
So you want:
- Limit download all to a specific number of posts
- Include the account name in the downloaded image files
- Have the timestamp of the file in the filename
I think this will take some time. I just created a major release and will slow down a bit after this large release. If you want to create a PR I would be more than willing to merge it
Hi,
yes correct! That would be awesome. No worries. Take your time. Looking forward to these features.
Hi, After so many trials when I could download videos only once it doesn't work. It stops after collecting. I get "Please wait until the download continues in the background" and nothing happens. I use Chrome and Firefox
PS. OK. I have sorted it out I think. My account is just blocked. I can't open the video in a new tab. I get info "you have to wait a few minutes...". So I created a new account but it didn't work either. A zip file was downloaded but with the log included inside only.
One feature could be added to your plugin. Posts include pictures or videos. It would be good to choose the file type that I wish to download eg. mp4 only. Now it downloads everything.
I agree having a generated filename that includes the post href or part of the image elemen's "alt" property if it exits would be good that the random guid filenames. I tried looking through the source to try and change that but got lost figuring out the bulkDownloader's functions. I thought the message object in downloadContent() might have been the thing to modify but wasn't sure, and then it would have to be a function of things obtained from the post elements.
The filename gets created at the very end of the download.ts file in the background folder. I think the alt property is not really. Useful, because it just something like image with people. There is a discussion about file naming, perhaps this helps you...
@HuiiBuh I may try to create a possible solution to two of these problems. This is defined in downloadBulk() from background/download.ts, right?
Yes the download happens in this function. But you may have to add some code in other places...