MetaPrime
bca1b33868
Add test for FreeComicOnlineRipper
2025-01-06 20:56:54 -08:00
MetaPrime
4ac7b1a5e5
Remove FooktubeRipper - the site has changed ownership and is now a nearly-empty blog
2025-01-06 20:29:00 -08:00
MetaPrime
4f6e16959b
Remove FolioRipper - site has changed to a redirect to some other type of business other than a content host
2025-01-06 20:17:53 -08:00
MetaPrime
93e8701ee8
Remove ErotivRipper - it has been replaced with a spam site
2025-01-06 16:40:04 -08:00
MetaPrime
9e06597cae
Remove EroShareRipper - the site and all of its mirrors have been gone a long time
2025-01-06 16:36:43 -08:00
MetaPrime
427a03beba
Remove Cyberdrop - site is permanently offline
2025-01-06 16:30:58 -08:00
MetaPrime
6ede556c6f
Remove ComicextraRipper - site is permanently offline
2025-01-06 12:39:50 -08:00
MetaPrime
0fccb69473
Remove BlackbrickroadofozRipper - site is permanently offline
2025-01-06 12:33:19 -08:00
MetaPrime
74347d5418
Remove BcfakesRipper - site is permanently offline
2025-01-06 12:20:35 -08:00
MetaPrime
d2a6b34d40
README.md - update instructions for publishing new versions
2025-01-06 05:51:11 -08:00
MetaPrime
6a085a260f
Publish 2.1.16-4-02372e85
2025-01-06 05:44:14 -08:00
MetaPrime
02372e850b
Publish 2.1.16-3-c11bafeb
2.1.17
2.1.16-4-02372e85
2025-01-06 05:32:04 -08:00
MetaPrime
c11bafeb23
Set the currentHash for 2.1.14
2025-01-06 05:15:18 -08:00
MetaPrime
fab059079a
Reapply "Release 2.1.14"
...
This reverts commit 5fae142a12ca6ef4f7b419e06e08de7afb549791.
2025-01-06 05:13:20 -08:00
MetaPrime
5fae142a12
Revert "Release 2.1.14"
...
This reverts commit 1e846b98aa9857a9f5747cc9c987fefdc0c6f72d.
2025-01-06 05:08:49 -08:00
MetaPrime
1e846b98aa
Release 2.1.14
2.1.16
2025-01-06 04:46:28 -08:00
metaprime
c275bbf6c6
Update README.md - new thread for ripper requests
2.1.14-33-c275bbf6
2025-01-06 04:32:22 -08:00
MetaPrime
193678e0bf
AbstractRipper.java - clean up sleep time jitter logs
2025-01-06 04:10:34 -08:00
MetaPrime
eab411fac8
RedditRipper.java - special support to add rate limiting for redgifs.com links
2025-01-06 04:02:31 -08:00
MetaPrime
2dfb627e36
E621Ripper.java - add a rate limit to avoid 'SocketTimeoutException: Read timed out'; code formatting
2025-01-06 03:36:29 -08:00
MetaPrime
022461a862
AbstractRipper.java - fix gaussian jitter on sleep values
2025-01-06 02:31:52 -08:00
MetaPrime
adffa2261d
RedgifsRipper.java - add rate limiting
2025-01-06 02:16:54 -08:00
MetaPrime
2fe79d0881
AbstractRipper.java - add gaussian jitter with std deviation of 30% of requested value to the sleep function
2025-01-06 02:15:07 -08:00
MetaPrime
ef17b233f2
RedgifsRipper.java - format
2025-01-06 01:54:07 -08:00
MetaPrime
28511a4402
CoomerPartyRipper.java - organize imports
2025-01-06 01:53:15 -08:00
MetaPrime
0fa61c0b65
CoomerPartyRipper.java - can be a slow site for large downloads anyway; rate limit ourselves to avoid getting rate-limited
2025-01-06 01:52:32 -08:00
MetaPrime
d736938140
AbstractRipper.java - update USER_AGENT to most common User Agent currently in use: Chrome 131.0.0.0 on Windows 10. Closes #2061
2025-01-06 01:32:09 -08:00
MetaPrime
d236d4e417
AbstractRipper.java - Fix #2051 by suppressing deprecation warning on java.util.Observable as discussed; light code review, linter fixes, and auto-format.
2025-01-06 01:23:16 -08:00
MetaPrime
50e909786c
MainWindow.java - light code review: fix linter errors, fix or suppress known warnings, light formatting
2025-01-06 00:58:58 -08:00
MetaPrime
9d614f39e2
RipButtonHandlerTest.java - clean up imports and fix linter warnings
2025-01-06 00:52:35 -08:00
MetaPrime
b32406042f
AbstractRipperTest.java - format, organize imports
2025-01-06 00:24:09 -08:00
MetaPrime
92579d6179
DeviantartRipper is still broken, but while testing it I discovered a new type of URL that might be handy to test, so I've added that to the test
2025-01-05 01:45:04 -08:00
MetaPrime
ab6744d209
Removed StickyXXXRipper - stickyxxx.com is permanently offline
2025-01-05 01:26:20 -08:00
MetaPrime
b0042145e9
Remove ArtAlleyRipper - artalley.social is permanently offline
2025-01-05 01:23:58 -08:00
MetaPrime
55efe49cdf
Add another URL to AllporncomicRipper test, but ripper is still broken due to site changes causing 403
2025-01-05 01:21:28 -08:00
MetaPrime
ac6cbf81ac
Remove HBrowseRipper - hbrowse.com permanently offline
2025-01-05 01:19:55 -08:00
MetaPrime
552f78d477
Remove tamindirmp3 Ripper - as far as I can tell the site has changed such that there is no longer static content to download
2025-01-05 01:10:39 -08:00
MetaPrime
5aca704dca
AllporncomicRipperTest - formatted the test code; manually tested the ripper and it seems broken due to website changes
2025-01-05 00:02:31 -08:00
MetaPrime
1e5472ca6b
Remove AerisdiesRipper - site is gone; has been offline since 2021
2025-01-04 23:40:21 -08:00
MetaPrime
ada09b74ee
Format, organize imports, clean up warnings - ChanRipperTest.java
2025-01-04 23:35:57 -08:00
MetaPrime
a1ea085906
Add scripts to facilitate checkout and merge PR branches for testing purposes
2025-01-04 20:51:10 -08:00
MetaPrime
a8f9528822
Update README.md to link to semver.com to explain version scheme
2025-01-04 19:29:42 -08:00
MetaPrime
a4ff07eebe
Added NsfwAlbumRipperTest
2025-01-04 19:20:58 -08:00
soloturn
c1f2a00d5c
Reset Java minimum version to Java 17 (OpenJDK 17), to support Debian ( Closes #2055 ) (PR #2057 )
...
From the Java SE Support Roadmap (see https://www.oracle.com/java/technologies/java-se-support-roadmap.html )
Java 17 LTS is supported (from "Premiere Support" column) until "September 2026, or later", so it is reasonable to keep ensuring compatibility with Java 17.
As for Java 21 LTS, even though it has been in General Availability (GA) since September 2023, Debian only has the OpenJDK 21 package in `testing` and `unstable` -- see https://tracker.debian.org/pkg/openjdk-21
2025-01-04 18:08:38 -08:00
MetaPrime
acd336ed4b
NsfwAlbumRipper: Add index prefix to downloads to keep albums in order; format, cleanup imports, cleanup log line
2025-01-04 02:25:01 -08:00
MetaPrime
ae82bef13d
Remove unused code in FapDungeonRipper
2025-01-04 02:16:08 -08:00
Issung
c1e805d214
Add Ripper for nsfwalbum.com ( #1691 )
...
I've gone ahead and added a ripper for nsfwalbum.com.
They host their images on many different image hosting sites so you must replace part of the image urls to get the full image instead of the thumbnails.
There may be more hosts that I did not find, they can be added in later very easily.
2025-01-04 02:12:25 -08:00
metaprime
ba76d3d8b8
Implement FapDungeonRipper (Issue #1979 ) ( #2056 )
2025-01-04 10:39:05 +01:00
metaprime
2621a2738a
Fix XvideosRipper: update URL pattern to match current URL scheme. ( #2054 )
...
* Fix XvideosRipper: update URL pattern to match current URL scheme. Also, extract patterns to be compiled once in static members to avoid repeating the match patterns and make the code read a little more clearly. Improve album name for the video case.
2025-01-02 18:39:13 +01:00
soloturn
7be6f82d37
update to 2.1.13-7-fac3f8ea
2025-01-02 13:34:50 +01:00