1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-01-17 12:48:24 +01:00

2639 Commits

Author SHA1 Message Date
soloturn
fd6f947c9e gradle-6.8.3 --> gradle-7.0 2021-05-08 16:57:52 +02:00
soloturn
3ba1350f1b force official kotlin style, just in case
in case kotlin code is committed, make sure the official style is used, see:
https://kotlinlang.org/docs/code-style-migration-guide.html#in-gradle
2021-05-02 12:50:15 +02:00
soloturn
9328f7a346 add compose-jb to settings.gradle.kts 2021-05-02 12:50:15 +02:00
soloturn
e066c01f08 Merge ripme 'origin/master' 2021-05-02 12:49:09 +02:00
soloturn
7dc742dfcc zizkiripper either broken or flaky 2021-05-01 08:20:27 +02:00
Tin Tin Hamans
92b4d55c57 move l option to before r and R 2021-05-01 08:11:52 +02:00
soloturn
4bd7f5adc2 split instagram testcases in album and single 2021-05-01 08:08:17 +02:00
soloturn
6296881ffc update commons-io to 2.7 2021-04-29 23:28:04 +02:00
cyian-1756
3cba8220c1
Merge pull request #1817 from PaaaulZ/fix-hentainexus-ripper
Fixed ripper for HentaiNexus
2021-04-26 05:29:29 +00:00
cyian-1756
7549c2de2f
Merge pull request #1807 from soloturn/for-upstream
fix xhamster testGetNextPage
2021-04-26 05:24:27 +00:00
cyian-1756
0478b5456a
Merge pull request #1818 from PaaaulZ/fix-1795
Fixed #1795 and added new test
2021-04-26 05:22:25 +00:00
cyian-1756
7bb2486a68
Merge pull request #1845 from ripmeapp2/for-ripme/gradle
add gradle build additional to mvn build, faster testing
2021-04-26 05:21:04 +00:00
cyian-1756
1a42443ae7
Merge pull request #1829 from vladdoster/patch-1
(docs) update README.md
2021-04-26 05:19:34 +00:00
soloturn
4743b09d5b move zh_CN properties into resources 2021-04-21 23:39:57 +02:00
soloturn
57ad75b76e code cleanup 2021-04-18 16:26:25 +02:00
soloturn
7d4d2ef8fa check if the directory to store things is writable 2021-04-18 16:26:25 +02:00
soloturn
44dfdca819 exception when creating a directory for downloads fails. 2021-04-18 16:26:25 +02:00
soloturn
f587e175e3 log4j2, java-11, need "Multi-Release: true" in MANIFEST
if "Multi-Release: true" is not in MANIFEST, a
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
is displayed, and DEBUG logging not turned on. see:
https://stackoverflow.com/questions/53049346/is-log4j2-compatible-with-java-11
fixes #33
2021-04-16 06:41:47 +02:00
soloturn
431d382c5f remove DrawcrowdRipper, #24 2021-04-11 21:26:45 +02:00
soloturn
f4b070890b remove PorncomixDotOneRipper, #24 2021-04-11 19:10:55 +02:00
soloturn
c7af5c503d remove mvn maven build, fix #30. 2021-04-11 19:08:07 +02:00
soloturn
aae3f5c38c remove travis, eclipse files 2021-04-11 18:34:47 +02:00
soloturn
886d345dd7 redgifrippertest flaky 2021-04-06 20:36:31 +02:00
soloturn
d6941f429e utf-8 in title 2021-04-06 20:33:20 +02:00
Stefan Aladzic
5dd83daee3
Merge pull request #25 from ripmeapp2/feature/no-endless
Feature/no endless
2021-04-05 17:51:11 +02:00
Stefan Aladzic
76e257044f
Merge pull request #29 from ripmeapp2/feature/log4j2
Feature/log4j2
2021-04-05 17:49:54 +02:00
soloturn
2cdf79babc log4j properties --> log4j2-example.xml 2021-04-05 09:35:24 +02:00
soloturn
c0cd3c6134 rippers log4j --> log4j2 2021-04-05 09:35:24 +02:00
soloturn
f7bff9e849 mainwindow, configure, log4j --> log4j2 2021-04-05 09:35:24 +02:00
soloturn
684f17af8f test classes log4j --> log4j2 2021-04-04 22:22:30 +02:00
soloturn
4702160c75 gradle, add log4j2 2021-04-04 22:08:28 +02:00
soloturn
9518b61b0f java8 syntax update of AbstractRipper 2021-03-28 10:58:59 +02:00
soloturn
cfb0366aca abstractripper avoids endless runs by checking url is seen
multiple bug reports were made, like #20, RipMeApp#1854 .
2021-03-28 10:58:49 +02:00
soloturn
7f1ae26d9b provide tasks to unit test, and describe them
gradle does not take the excludeTags and includeTags parameters
on the command line with gradle-6.8.3. provide tasks for it,
and describe better how to run particular unit tests.
2021-03-28 10:40:49 +02:00
soloturn
ca1c78c491 AerisdiesRipperTest flaky 2021-03-28 08:35:55 +02:00
soloturn
c52c34ab99 load history should not produce NPE, ripme#1853
see:
* https://github.com/RipMeApp/ripme/issues/1853
* https://stackoverflow.com/questions/20714058/file-exists-and-is-directory-but-listfiles-returns-null
2021-03-20 10:24:19 +01:00
soloturn
d68dfd391b pornhubrippertest flaky 2021-03-20 10:02:00 +01:00
Stefan Aladzic
4dd23d3a82
+ Gradle build status 2021-03-18 09:20:51 +01:00
Stefan Aladzic
84d547721a
Merge pull request #19 from ripmeapp2/feature/latest-per-branch
github ref name into latest tag, #12
2021-03-16 18:02:39 +01:00
soloturn
878fa884b5 github ref name into latest tag, #12 2021-03-14 11:09:30 +01:00
soloturn
4c60408fea smuttyripper flaky 2021-03-14 09:27:07 +01:00
soloturn
4acda1585d hetaicafe flaky 2021-03-14 09:12:36 +01:00
Stefan Aladzic
ca00083c15
Merge pull request #13 from ripmeapp2/feature/auto-release
development build, pre-release
2021-03-08 01:27:47 +01:00
Stefan Aladzic
9e0b6213cf
Merge pull request #9 from ripmeapp2/feature/version-in-code
version string with number of commits since last tag, like 1.7.94-10
2021-03-08 01:25:00 +01:00
Stefan Aladzic
3692e9d410
Merge pull request #8 from ripmeapp2/feature/testall
gradle testall to run tests incl flaky and slow, cyberdropdrippertest flaky, Feature/testall
2021-03-08 01:23:02 +01:00
soloturn
9bbbf887a2 reference local repo in readme 2021-03-07 09:47:04 +01:00
soloturn
e89e487533 cleanup ripstatusmessagetest, labelsbundlestest 2021-03-07 02:41:51 +01:00
soloturn
1a1f31db2c 1.7.94-10-asdf is newer than 1.7.94
part of #12
2021-03-07 02:41:45 +01:00
soloturn
f841a10b16 development build, pre-release, #12 2021-03-06 19:27:32 +01:00
soloturn
2347e74970 set version into Implementation-Version, MANIFEST.MF
part of #12
2021-03-06 10:21:32 +01:00