metaprime
metaprime
You could get the list of URLs while logged in by using imgur's rest API endpoint for album metadata, and then use ripme's new feature: Rip a list of URLs...
Also apparently the Imgur API has changed. Now requires OAuth 2. I haven't gone through the process of setting it up but here are some resources: https://api.imgur.com/ https://api.imgur.com/oauth2 https://api.imgur.com/endpoints/album So...
Use the API to get the file list, put all the files into a text file (one file per line, no extra characters), and run ripme from the command line...
Yes, re-rip should get you what you want, you'll just need to leave it a while. I'll keep this scenario in mind as I work on upgrading the re-rip functionality.
I have been considering this as well. One concern with the "if you want to re-download, just do XYZ" is that sort of thing gets to be pretty terrible when...
I think it has to do with how folder names are normalized (which includes replacing non-ASCII characters with _ and turning runs of resulting _ into a single _). I'm...
@rautamiekka I agree. I'll point out that this behavior has not been changed in a long time, and since it's not a regression and there are many more fundamentally broken...
@rautamiekka - some further thoughts: I think whenever you end up with a site with a lot of non-ASCII characters, you'd end up with folders with a ton of underscores...
Additionally, I realized that if we release at least some rippers via separate repos, especially as non-compiled scripting or spec code, we don't have to re-release (and force users to...
@4pr0n on a related note, would you consider adding some of us who have previously contributed to this project as contributors so that we can manage issues/PRs and not have...