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
1e864b7814
Update .gitignore
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
soloturn
0bb8d8b2d9
permit to override the jgitver version
...
for packaging a tar ball, jgitver takes the default version of 0.0.0,
not practical. putting a version into a file would be possible, but
we try to produce a new version with every commit, which then can be
released if tests pass, without rebuild. this means the source code
should NOT have the version in the commit, but derived.
for tar balls, we know the name of the tar, so its easy to set the
same version in a script, or put a desired version. pay attention,
that ripme checks the version towards github, and suggests an update,
if the running version is less than the released one.
fixes #145 .
2023-10-14 14:18:45 +02:00
soloturn
aeeac429fe
release 2.1.6
2023-10-12 08:27:50 +02:00
pesho1323
68189f27aa
Erome ripper does not download images fixed
2023-10-11 23:00:46 +02:00
soloturn
52e7fbb767
release 2.1.5-8-ba51d7b, runningn with java-17
2023-09-30 19:50:04 +02:00
soloturn
ba51d7b569
list and address deprecations in java
2023-09-30 17:28:46 +02:00
soloturn
9c2404ec26
gradle-8.3 deprecations fixed
2023-09-30 17:11:33 +02:00
soloturn
45e6c4a616
upload java-17 build
2023-09-30 10:10:45 +02:00
soloturn
0ccf2844f8
gfycat shut down
2023-09-30 01:54:22 +02:00
soloturn
ef884f044b
github build with java-21, upload with java-17. build.sh should not test, people run it sometimes to build.
2023-09-30 01:29:27 +02:00
soloturn
f69943f2f4
require java-17
2023-09-28 05:09:39 +02:00
soloturn
0376552755
gradle-8.3 upgrade
2023-09-28 05:09:39 +02:00
soloturn
4531976e15
release 2.1.4
...
releasing again 2.1.4 as github download link includes the tag name,
and the java code uses the git hashed tag to strip out the semantic
version.
download link:
https://github.com/ripmeapp2/ripme/releases/download/2.1.4/ripme-2.1.4-38-836a7494.jar
which the code calculates.
2023-09-28 05:09:29 +02:00
brantspar
836a74940e
* fixed imagefap ripper (switching from img/src to img/data-src)
2023-07-30 05:13:27 +02:00
soloturn
ecf427cdee
java-17 is default
2023-07-30 05:13:27 +02:00
soloturn
eee8f1bd50
update to gradle-8.2.1
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
soloturn
07178479e9
sanitizeURL can throw URISyntaxException, imgur.
2023-06-15 14:54:26 +02:00
soloturn
5aeaf7d2b0
flickr test slow.
2023-06-15 14:30:12 +02:00
soloturn
2e41ee0b35
sanitizeURL can throw URISyntaxException.
2023-06-15 14:24:07 +02:00
soloturn
911f3d0311
new URL is deprecated, additional exceptions
2023-06-15 13:37:04 +02:00
soloturn
7e6cdab4d7
new URL is deprecated, use new URI, abstractripper
2023-06-15 12:06:31 +02:00
soloturn
3ae8fd916a
remove unused
2023-06-15 11:59:57 +02:00
soloturn
430487b303
run tests with java-20
2023-06-15 08:31:50 +02:00
soloturn
1a508ca4d8
correct vsco test
2023-06-13 14:04:18 +02:00
soloturn
59694711b0
remove unused import.
2023-06-13 08:15:45 +02:00
soloturn
44513b15a3
new URI instead of new URL in tests, 12.
2023-06-13 08:10:27 +02:00
soloturn
d501578a8e
new URI instead of new URL in tests, 11.
2023-06-13 07:50:47 +02:00