RipMeApp / ripme

Downloads albums in bulk
MIT License
3.68k stars 626 forks source link

Instagram ripping still broken #1769

Open thisisbobdole opened 3 years ago

thisisbobdole commented 3 years ago

Expected Behavior

Expect entire profile to be ripped

Actual Behavior

First 20 or so are ripped, then it says complete even though it isn't

The last update was July 29th, I think there have been fixes since then but I am not sure how to get them since they aren't on the release page. I started using gallery-dl command line but it isn't as nice and doesn't keep track, plus it doesn't name the files the same way so I can't combine the rip results easily.

SH4LT1S commented 3 years ago

Yes, it does not download full albums :/

thinkpad4 commented 3 years ago

@cyian-1756 Any progress on pushing a fix for IG yet?

cariah commented 3 years ago

Maybe you can give my PR a shot #1771 and let me know what works and what doesn't.

Thorazin commented 3 years ago

How do I give that a try?

soloturn commented 3 years ago

How do I give that a try?

download, or clone the repo, build it, and run. something like

pacman -S maven git java
git clone git@github.com:RipMeApp/ripme.git
cd ripme
git fetch origin  pull/1771/head:testbranch
git checkout testbranch
bash build.sh
java -jar target/ripme-1.7.93-jar-with-dependencies.jar
Thorazin commented 3 years ago

I get an error when attempting to clone the git repository.

Permission Denied (publickey) Fatal: could not read from remote repository

I am on Manjaro (arch distro)

thinkpad4 commented 3 years ago

@cyian-1756 any progress on releasing a fix for this? It's been like 4+ months

Deledrius commented 3 years ago

@Thorazin

I get an error when attempting to clone the git repository.

Try using git clone https://github.com/RipMeApp/ripme.git instead.

soloturn commented 3 years ago

@Thorazin add a key to github: https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account

BBlayne commented 3 years ago

Issue still occurs for me as well, any fixes or workarounds?