metaprime

Results 32 issues of metaprime

`[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")) ) { ```

bug

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...

enhancement

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...

enhancement

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.

enhancement

Follow up from #496 (original request: https://github.com/4pr0n/ripme/issues/496#issuecomment-299345268)

enhancement

As implemented in https://github.com/4pr0n/ripme/pull/354

enhancement
wiki

@4pr0n seems to not be maintaining this project on a regular basis anymore. It's totally understandable. I myself haven't had any time lately to dedicate to any side hobby projects,...

enhancement
discussion

See https://github.com/4pr0n/ripme/issues/490#issuecomment-292737981

enhancement
discussion

Grouping together links for similar but not really duplicate issues #331 allow resizing or maximizing on OSX (and in general) #306 won't maximize #263 won't maximize (duplicate) PRs: * [x]...

bug
enhancement
confirmed
UI

Sub issue of #374 Repro'd locally by running `mvn test` ``` ------------------------------------------------------------------------------- Test set: com.rarchives.ripme.tst.ripper.rippers.InstagramRipperTest ------------------------------------------------------------------------------- Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.068 sec

bug
website changed
confirmed
tests