noesterle
76d1905807
Fixed relative path issue. Relative path was being made from subfolder to working dir, now goes from working dir to subfolder.
2022-12-25 14:15:01 +01:00
Zsombor
3545cfbda9
Refactor code, to not repeat the same caching, getFirstPage implementation
2022-10-20 19:21:00 +02:00
noesterle
07b90ddb78
Added ability to create urls.txt before appending to it.
2022-10-20 19:20:26 +02:00
2omsnF
d1a5057dcc
Fix video download bugs
2022-10-09 18:51:42 +02:00
2omsnF
aa5bd00d3f
Create NsfwXxxRipperTest.java
2022-10-09 18:51:42 +02:00
2omsnF
568587e432
Create NsfwXxxRipper.java
2022-10-09 18:51:42 +02:00
Luciano Balmaceda
dffcb4f79c
Update LabelsBundle_es_ES.properties
2022-10-09 18:51:27 +02:00
soloturn
3da6515b86
relelase 2.1.2-23-e5438e85
2022-10-08 09:07:25 +02:00
soloturn
e5438e85b9
webtoonstest flaky
2022-10-08 08:09:02 +02:00
Zsombor Gegesy
98f37208b1
Implement caching of the first page for every ripper
2022-10-08 08:00:08 +02:00
Zsombor Gegesy
e581eeee29
Thread -> runnable
2022-10-08 07:59:23 +02:00
Zsombor Gegesy
b72a49f6f6
Move the sleep function to Utils
2022-10-08 07:59:23 +02:00
Zsombor Gegesy
e6ccfc0a34
Retry sleep time in Http and in DownloadFileThread too
2022-10-08 07:59:23 +02:00
Zsombor Gegesy
ed0e214993
Retry sleep time
2022-10-08 07:59:23 +02:00
soloturn
38751dbd4b
disable not working tests
2022-10-08 07:57:36 +02:00
soloturn
d6c201bde5
update gradle version to 7.5.1
2022-10-08 06:46:49 +02:00
holysoles
a06ca35472
update tkn URL
2022-10-08 06:08:13 +02:00
Kleptoc
827cc13398
Fix for IllegalArgumentException on pathing
2022-05-07 19:01:54 +02:00
Kleptoc
8b2304d491
Fix for nhentai changing image URLs
2022-04-29 02:36:44 +02:00
soloturn
825fd94ced
newgrounds no _full
2022-04-27 05:07:52 +02:00
soloturn
4c25aff048
Merge 'pr-1962' mrcong
2022-04-26 18:14:35 +02:00
Stephan Martin
54d861af4c
German language fixes
...
Hello,
this fixes some missing and some wrong german translations.
2022-04-26 18:14:03 +02:00
Attacktive
3bf05a79c7
Change behavior of closing dialog with hitting X
...
https://github.com/RipMeApp/ripme/issues/1975
2022-04-26 18:08:20 +02:00
soloturn
7262a79a8d
read clipboard correctly to start auto-download
...
fixes #86 .
2022-04-26 06:46:17 +02:00
soloturn
3a9f5b51f7
clean up log messages
2022-04-25 10:04:02 +02:00
soloturn
e0e58c1435
shorten path uses nio, fixes #85 .
2022-04-25 10:03:46 +02:00
soloturn
e3550d6f68
remove unused in main window
2022-04-25 07:50:59 +02:00
soloturn
ea097ad669
simplify main window variable assignments
2022-04-25 07:50:59 +02:00
soloturn
78af90a25b
main window, localize one variable, remove unused method
2022-04-25 07:50:59 +02:00
soloturn
886782d4cd
print exceptions in main window
2022-04-25 07:50:56 +02:00
soloturn
bc59d90579
2.1.2 release
2022-04-24 20:41:12 +02:00
soloturn
ea90b172d1
reddit, test flaky on windows
2022-04-24 20:12:32 +02:00
soloturn
d22c9bf5ea
reddit, report exception in loop instead of throwing it.
...
fixes #60 , #83 .
2022-04-24 20:04:48 +02:00
soloturn
ebac12fb4c
2.1.2 release
2022-04-22 09:16:43 +02:00
soloturn
bfc915e57d
file.separator only important when printing for windows shell
2022-04-22 08:58:08 +02:00
soloturn
f728bed5d2
reddit sanitize filename, fixes #82
...
sanitize now does not care about / in filenames any more, it is
a subdirectory then. in case some pieces of code rely on replacing
a /, fix it later and different.
2022-04-22 08:56:49 +02:00
soloturn
01fc7acdf4
deviantart test or ripper broken
2022-04-22 08:08:17 +02:00
Zsombor Gegesy
9ef0f78617
Automatically update the configuration when the value has been changed
2022-04-22 07:58:39 +02:00
soloturn
b6ba9786c2
let gitter stick out a little more
2022-04-16 02:06:10 +02:00
soloturn
4744d649ff
latest version 2.1.1 for download
2022-04-15 19:38:28 +02:00
soloturn
9a683538f7
no whitespace at the end of a filename
2022-04-15 18:11:23 +02:00
soloturn
015d35706c
split out method to retrieve the download path
2022-04-15 18:04:21 +02:00
soloturn
3eca9fa620
assure filname with prefix is file system safe
2022-04-15 16:13:52 +02:00
soloturn
4be9ebaec7
reorder and comment code to find filename
2022-04-15 15:54:12 +02:00
soloturn
3b33a69bd7
check if empty for filename and extension, not double add extension
2022-04-15 15:51:30 +02:00
soloturn
dec495f0ed
no extra variable saveAs when finding filename
2022-04-15 15:45:01 +02:00
soloturn
9e099de636
reorder prefix parameter to be close to filename
2022-04-15 14:17:23 +02:00
soloturn
6659e06270
sanitize filename string before converting to java Path
2022-04-15 13:38:05 +02:00
soloturn
e081e927f0
java-11 now, mention in readme
2022-04-15 11:19:13 +02:00
soloturn
f355b639c6
remove .vscode, debug works automatically in recent vscode
...
open one of the java files, and do "run - start debugging" will
launch the app for debugging.
2022-04-15 11:06:42 +02:00