haxzie-xx / instagram-downloader

Node.js/Express app to retrive instagram video/image download urls
Apache License 2.0
35 stars 14 forks source link

Does not work for posts with multiple pictures/videos #2

Open eddyjusufi opened 5 years ago

eddyjusufi commented 5 years ago

If a post contains more than one picture or video, the code will extract only the url of the first photo/picture. Any way to retrieve an array of all links?

Also is there a way to integrate the access token of a user in order to be able to download media from private accounts the current user has access to? Would be a great addition as well.

P.S. Love the simplicity and efficiency of this code!

haxzie-xx commented 5 years ago

Hey @EddieEJ :wave: Thanks for the feedback! I'll try to incorporate fetching links for posts containing multiple media files.

gist-js commented 4 years ago

This is working fine locally.. but not working when i hit an api using an ip.. Getting empty object.. Could you provide a solution for this

For e.g -

working fine for- localhost:3000

But not for ipaddress:3000