soloturn
f5153de8cf
new URI instead of new URL, erotiv.
2023-12-29 11:08:08 +01:00
georgi marinov
eddcd12e61
remove not used import
2023-12-16 07:09:26 +01:00
georgi marinov
e185b2acf3
sanitizeURL added to jpg3 ripper to handle when link to other than the first page of the album is inputted
2023-12-16 07:09:26 +01:00
joroto
81a77f09f8
JPG3 (JPG Fish) ripper added
2023-12-16 07:09:26 +01:00
soloturn
43ebb8d643
new URI instead of new URL, pornhub, sta.
2023-12-09 16:18:58 +01:00
soloturn
8b9e4b98de
new URI instead of new URL, motherless, nfsfw.
2023-12-09 16:06:16 +01:00
soloturn
8f279a68ec
new URI instead of new URL, mangadex, vk.
2023-12-09 15:45:47 +01:00
soloturn
879c322e7b
new URI instead of new URL, imgabam, imagevenue
2023-12-09 15:25:36 +01:00
soloturn
867e933597
yuvutu test flaky
2023-12-09 15:10:10 +01:00
soloturn
d40eed3fda
switch off UIContextMenuTests, headless on server makes them fail.
2023-12-09 15:06:15 +01:00
soloturn
ba29da02b3
flaky tests chan, wordpresscomic
2023-12-09 15:00:35 +01:00
Undid-Iridium
10a1b12180
Refactor DanbooruRipper's page fetching logic
...
The logic for fetching current and next pages from DanbooruRipper has been streamlined and simplified - they basically can run off the same logic.
2023-12-09 15:00:35 +01:00
Undid-Iridium
10538c39f7
Update regex pattern in getTag method
...
The regular expression pattern used to match tags in URLs in the DanbooruRipper class's getTag method has been updated. Handles both /posts?tags=rakeemspoon&z=2 and /posts?tags=rakeemspoon
([^&]*) -> anything but &
(?:&z=([0-9]+))? -> optional regex -> if & exists, then we check z=numbers
2023-12-09 15:00:35 +01:00
Undid-Iridium
4f10a8000b
Add OkHttpClient to DanbooruRipper constructor - Some of these headers may not be needed but.. oh well.
2023-12-09 15:00:35 +01:00
Undid-Iridium
9e6bb0c8c4
Refactor DanbooruRipper to use OkHttpClient
...
Replaced the existing request method in the DanbooruRipper class with OkHttpClient for better performance. Implemented error handling and response checking to ensure the http connection's success. The request headers were also updated to optimize and secure the connection.
In addition, connection was able to work via
Connection connection = Jsoup.connect("https://danbooru.donmai.us/posts?page=1&tags=rakeemspoon ")
.ignoreContentType(true)
.userAgent("Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0")
.header("Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8")
.header("Accept-Language", "en-US,en;q=0.5")
.header("Upgrade-Insecure-Requests", "1")
.header("Sec-Fetch-Dest", "document")
.header("Sec-Fetch-Mode", "navigate")
.header("Sec-Fetch-Site", "same-origin")
.header("Sec-Fetch-User", "?1")
.header("Pragma", "no-cache")
.header("Cache-Control", "no-cache")
.header("Referer", "https://danbooru.donmai.us/posts?page=4&tags=rakeemspoon ")
.header("Accept-Encoding", "gzip, deflate, br");
However, the returned data was gibberish - I had no functional idea on how to fix it.
2023-12-09 15:00:35 +01:00
X
2e5ef70fbd
Patch/Bug fix for ContextMenuMouseListener Actions ( #161 )
...
* Should fix the issue associated with copy/paste.
* Fix build gradle, and also create junit.
2023-12-09 14:19:36 +01:00
soloturn
b080faaed8
flaky test hentai, femjoy
2023-12-01 17:00:07 +01:00
joroto
63760ea9b4
Refactoring
2023-12-01 07:26:46 +01:00
joroto
073eb5af18
LusciousRipper get next page test removed
2023-12-01 07:26:46 +01:00
soloturn
2ece00882f
new URI instead of new URL, abstractjsonripper nextPage.
2023-11-18 07:22:30 +01:00
soloturn
f54aa6f833
new URI instead of new URL, abstractjsonripper.
2023-11-18 07:22:30 +01:00
soloturn
14c0779b7d
new URI instead of new URL, photobucketrupper.
2023-11-18 07:22:30 +01:00
soloturn
8897842b55
exec stringarray instead of string, java-21 deprecation.
2023-11-18 07:22:30 +01:00
soloturn
37ddf5575f
testHentaifoundry flaky, prevents rollout
2023-11-18 07:22:30 +01:00
soloturn
4a61ff97e5
coomerPartyrippertest new URI instead of new URL
2023-11-18 07:22:29 +01:00
jpoulton
d82cae1b78
Fix bug in CoomerPartyRipper
2023-11-18 04:40:49 +01:00
jpoulton
154cf536ce
Pass skip status to the UI log
2023-11-18 04:40:49 +01:00
jpoulton
ea8e4cdfea
Skip specified URL file extensions
2023-11-18 04:40:49 +01:00
Georgi Marinov
ce0e60c501
LusciousRipper fixed
2023-11-18 04:40:24 +01:00
jpoulton
6d7503facb
Use correct index
2023-11-04 09:30:05 +01:00
jpoulton
2e3dba701e
Update CoomerPartyRipper.java
2023-11-04 09:30:05 +01:00
jpoulton
391b369692
Support coomer.party
2023-11-04 09:30:05 +01:00
soloturn
194e5fdfb8
delete duckmovies
2023-11-04 09:29:04 +01:00
soloturn
0c6f8d8516
new URI instead of new URL.
2023-10-28 01:56:41 +02:00
soloturn
95b0af4cfd
new URI instead of new URL.
2023-10-28 01:56:26 +02:00
soloturn
dd6ac9bc12
new URL deprecated, use URI
2023-10-27 22:55:11 +02:00
soloturn
74fe3a7356
Locale.forLanguageTag instead of deprecated 'new Locale'
2023-10-27 21:53:57 +02:00
pesho1323
0cca139e8e
Remove print
2023-10-27 20:06:54 +02:00
pesho1323
2843d4e914
small pattern change
2023-10-27 20:06:54 +02:00
pesho1323
0b261dd5d7
Add Multporn ripper
2023-10-27 20:06:54 +02:00
soloturn
3fcad4f8cb
adust hitomi regex, see #43
2023-10-14 15:20:48 +02:00
soloturn
c329343515
twitter, do not exclude replies, fixes #41
2023-10-14 14:55:21 +02:00
pesho1323
68189f27aa
Erome ripper does not download images fixed
2023-10-11 23:00:46 +02:00
soloturn
ba51d7b569
list and address deprecations in java
2023-09-30 17:28:46 +02:00
soloturn
0ccf2844f8
gfycat shut down
2023-09-30 01:54:22 +02:00
brantspar
836a74940e
* fixed imagefap ripper (switching from img/src to img/data-src)
2023-07-30 05:13:27 +02:00
soloturn
96c9907ec4
dos2unix to have lf line endings.
2023-06-15 18:20:46 +02:00
soloturn
ab17fa9822
new URL is deprecated, use new URI, AbstractHTML.
2023-06-15 16:21:33 +02:00
soloturn
6ffd6f34d0
new URL is deprecated, use new URI, reddit.
2023-06-15 15:17:21 +02:00
soloturn
029b03c74d
new URL is deprecated, use new URI, setGID, imgur
2023-06-15 15:07:09 +02:00