stefins / instadown

🖼A python package to download all the public posts of an Instagram account.(deprecated)
Do What The F*ck You Want To Public License
19 stars 4 forks source link

Problem downloading a post containing both photo and video #6

Closed stefins closed 4 years ago

angulartist commented 4 years ago

Hello, can you please provide us an example of a post, I'd like to work on it. Ty

mo.

stefins commented 4 years ago

Hello, can you please provide us an example of a post, I'd like to work on it. Ty

mo.

@angulartist The Instagram account of github is having a post https://www.instagram.com/p/B27UTWZDlZY/ . when we try to download the file only the picture is downloading not the videos.

angulartist commented 4 years ago

ok thanks, can u assign me this issue?

mo

angulartist commented 4 years ago

I made a function that handles both images and videos here https://github.com/IamStefin/Instagram-Image-Downloader/pull/19

I wasnt sure about the "og:video" tags so I just used the JSON thing returned in the body response

stefins commented 4 years ago

Great, Thanks for the PR :)