Skip to content
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

Instagram: support individual posts (pictures, albums) #20

Closed
metaprime opened this issue Jul 13, 2017 · 2 comments
Closed

Instagram: support individual posts (pictures, albums) #20

metaprime opened this issue Jul 13, 2017 · 2 comments

Comments

@metaprime
Copy link
Contributor

See discussion in #17

Expected Behavior

Instagram ripper can handle ripping posts when starting from a profile page. Should be able to handle links to individual posts.

Actual Behavior

Trying to rip a page which is a direct link to a post does not work.

@PaulBGD
Copy link

PaulBGD commented Oct 26, 2017

I'm working on this. While adding /media to the end of a post URL returns the 1st image, it doesn't return anything special for getting the other images for an album. So currently I have something written that will only work for single image posts.

One solution would be to loop through all the user's posts (like the instagram ripper does right now) and get the data for our specific post, but that's not very lazy and takes 1s for each 20 images back in history it is.

@cyian-1756
Copy link
Collaborator

This was done in #239

@soloturn soloturn mentioned this issue Mar 28, 2021
8 tasks
lbalmaceda pushed a commit to lbalmaceda/ripme that referenced this issue Oct 9, 2022
lbalmaceda pushed a commit to lbalmaceda/ripme that referenced this issue Oct 9, 2022
lbalmaceda pushed a commit to lbalmaceda/ripme that referenced this issue Oct 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants