multiple images url path taking in instagram

 single image taking process

Instagram image displaying format

1) instagram user needs login

2) Only public post pictures can copy the link address of the image

3) copy the link address of the image and modify the url 

for example: https://www.instagram.com/p/CIDarnTHWHV/?utm_source=ig_web_copy_link

modify above link  like this: 

use parameter after the url image media/?size=l

Thumbnail ?size=t

Medium ?size=m

Large ?size=l

https://www.instagram.com/p/CIDarnTHWHV/media/?size=l; 

the above link should work through instagram user login.

we can modify the above link ,

logged in user enter url in browser https://www.instagram.com/p/CIDarnTHWHV/media/?size=l

above link change the url format like this : https://instagram.fhyd2-1.fna.fbcdn.net/v/t51.2885-15/e35/128017220_2869929233225574_3640516192658627214_n.jpg?_nc_ht=instagram.fhyd2-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=vEkiPLbAZq8AX_7P990&tp=1&oh=3e678f161e50badf8d0083983cec8549&oe=5FC9C64C

after we can copy the link in our database, this link work without instagram user login.


multiple image taking process

Download Images from Instagram

Open Instagram profile from which profile you want to download images. Profile will be like this.

 ⦁ From the profile select (click on) the picture which you want to download. After selecting the image, it opens like below.

Right click on image and select the Inspect. After clicking the Inspect web page looks like this

In above picture there is a div tag with class=”KL4Bh” Open that div. To Open we have to click on the Arrow symbol (I have highlighted in the below image). 

 ⦁ After clicking on the div you will find an Img tag. In that Img tag there is an URL. 

Right click on the URL. We will get so many options from that select an option called Open in new tab. This is the first option in the list.

Then image will open in new tab. We can save the image using ctrl+s in our System.

Download Videos from Instagram

For Downloading Videos step 1, step2, step3, and step4 is same.

After opening the inspect you will get like below

From the above picture there is a div tag with class =“kPFhm B1JlO OAXCp”. In that div there is an another, open all the div in the following order.

div with style  div class=”GRtmf wymO0”  div class=” _5wCQW” . In this div we will get a Video Tag with URL of the video like below image.

There will be an URL (starting with https://instagram.com/ ) for src attribute

Follow the step 7 and step 8, then the video will open in new tab and save the video using ctrl+s shortcut.

Comments

Popular posts from this blog

Your app currently targets API level 27 and must target at least API level 28 to ensure it is built on the latest APIs optimized for security and performance. Change your app's target API level to at least 28

ionic project creation

change root user in ubuntu