ripme
ripme copied to clipboard
Downloads albums in bulk
Adds a danbooru ripper. Depends on switchable storage backends at the moment (users the newer constructor signature). Will need review.
Flickr
Adds a Flickr API based ripper. Depends on https://github.com/4pr0n/ripme/pull/286 at the moment. I know all the PRs I'm sending will need a lot of cleaning.
The issue is this: I donwloaded a centain number de pictures, 9000 aprox. And then appeared a 404 error. This took me several hours. And I don´t want to start...
* Ripme version: 1.420 * Java version (output of `java -version`): 1.8.0_121 * Operating system: Windows 10 64 bit * Exact URL you were trying to rip when the problem...
`[Java] Unlikely argument type for equals(): String seems to be unrelated to Long` ```java Long lastMaxID = 0L; ... if (tweets.size() == 1 && lastMaxID.equals(tweets.get(0).getString("id_str")) ) { ```
Example: Cmd line: java -jar ripme.jar -u "https://www.reddit.com/user/XXXXXXXXXXXX_" Save Folder: \rips\reddit_user_**XXXXXXXXXXXX** If someone would like specific examples please let me know. I don't want to post someone's account on GH.
See #166 Especially possible when #163 is implemented. Although, if the ripped folders already contain information about the rips, I'm not totally sure what the use case for the history...
If, instead of a URL, you give a directory on the file system, load information about the rip from a log file saved in the directory, and use that to...
RipMe 1.4.16/8bfd15e largely works on DeviantArt.com ... 1) Ripping itself functions great so far with JPG, PNG pics and GIF animations in small galleries/folders (max 3 pages). Other things and...
If in a phase where doing some preprocessing with no actual image downloads, give some messages on the log so the user knows what's going on.