1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-09-03 19:02:47 +02:00

2567 Commits

Author SHA1 Message Date
soloturn
f7b85aa06a xhamster5.desi is a valid domain 2021-01-23 11:23:15 +01:00
soloturn
2cb6ae714f mark ImagefapRipperTest and YoupornRipperTest flaky 2021-01-23 11:23:15 +01:00
soloturn
e967394eb7 fix xhamster testGetNextPage 2021-01-23 11:23:15 +01:00
PaaaulZ
72a697eda8 Refactor, removed duplicated code. Fixed bugs 2021-01-02 20:36:03 +01:00
PaaaulZ
bfd0b395c7 Added support for sort parameter and WebSocket dependency 2021-01-02 08:03:00 +01:00
PaaaulZ
d2ac05f8f5 Fixed failing test 2021-01-02 03:15:47 +01:00
PaaaulZ
10c3624876 Fixed #1795 and added new test 2020-12-19 01:37:36 +01:00
PaaaulZ
0dded85ddd Fixed ripper for HentaiNexus 2020-12-18 22:17:41 +01:00
PaaaulZ
d1fa53dc8c Added support for scrolller.com
No support for the "sorting" parameter
2020-12-17 01:45:41 +01:00
Omar Morales
728bfa16ea NullPointerException handled for invalid save path. #1785 2020-12-08 10:43:08 -06:00
cyian-1756
e0d40df5ad Merge pull request #1801 from cyian-1756/porncomixinfo.net
Added porncomixinfo.net ripper and test
2020-11-26 00:52:06 +00:00
cyian-1756
0d8380b992 Fixed issue which caused ripme to fail to rip more than 1 url when running in the background 2020-11-25 19:09:07 -05:00
cyian-1756
df2b546391 Added porncomixinfo.net ripper and test 2020-11-23 00:35:15 -05:00
cyian-1756
19ea20dcd6 1.7.94: Added reddit gallery support; Fixed AllporncomicRipper; Fix imagefap ripper; instagramRipper, replaced Nashorn with GraalVM.js 2020-11-22 02:08:59 -05:00
cyian-1756
bddda276e3 Merge pull request #1721 from Sheefip/redditGallary
RedditRipper: added gallery support
2020-11-22 06:59:02 +00:00
soloturn
2544b20ebc src --> data-src in AllporncomicRipper 2020-11-21 09:11:58 +01:00
cyian-1756
73c9feb6e2 Merge pull request #1743 from xSnowx34/master
Pawoo no longer has a custom theme
2020-10-29 16:12:14 +00:00
cyian-1756
0ac63c1537 Merge pull request #1762 from nikozark/master
Added option to download entire manga from mangadex
2020-10-29 16:10:41 +00:00
Frankenst1
5ffabbe4ba Fix imagefap ripper to take rate limit into account. 2020-10-27 23:25:00 +01:00
cyian-1756
ac91471c9f Merge pull request #1764 from agg23/flickr-user-support
Fixed #1196, #1354, #1647, #1693: Added support for ripping entire Flickr profiles
2020-10-27 11:55:56 +00:00
soloturn
04b5c6afb6 flaky instead of disableld in WordpressComicRipperTest 2020-10-26 08:49:12 +01:00
soloturn
0720a2d8e3 theyiffgalery flaky 2020-10-26 03:42:47 +01:00
soloturn
61c8bce13c twitter test flaky 2020-10-25 21:41:27 +01:00
soloturn
122b6d1d5e imagefapripertest, xhamster flaky 2020-10-25 21:25:19 +01:00
soloturn
ab4b584a97 reddit flaky tests 2020-10-25 15:40:54 +01:00
soloturn
cbdf457419 disable broken tests, tag as flaky which sometimes fail 2020-10-25 14:41:31 +01:00
soloturn
3a5e4d45d4 disable second pichunter test which is executed and randomly failing when using tags 2020-10-25 10:36:48 +01:00
soloturn
ea5e761c79 RippersTest does not need a dummy test method 2020-10-25 10:36:48 +01:00
soloturn
118c353f2d tag slow tests, so they can be excluded/included
as the runtime of the tests can be long, tag the slow ones so they can
be excluded more easy on the command line or configuration. see here
for hints:
https://mkyong.com/junit5/junit-5-tagging-and-filtering-tag-examples/
https://stackoverflow.com/questions/60474190/how-to-include-exclude-junit5-tags-in-gradle-cmd

to run tests with tag slow only, or not run tags with tag slow do,
quoting the expression might be necessary depending on the shell:
  mvn clean install -Dtest=FuraffinityRipperTest -Dgroups=slow
  mvn clean install -Dtest=FuraffinityRipperTest '-Dgroups=!slow'
2020-10-25 10:36:48 +01:00
Tushar
096ad4a655 Fix ig ripper grabbing incorrect query hash 2020-10-09 04:52:17 +05:30
agg23
15919e906f Added support for ripping entire Flickr profiles 2020-10-05 09:56:54 -07:00
nikozark
18d8b51a94 Update MangadexRipperTest.java
Added test case for manga
2020-10-03 05:36:15 +03:00
nikozark
2bb8d3a64f Update MangadexRipper.java
Added functionality to rip entire manga
2020-10-03 05:23:02 +03:00
cyian-1756
560a417386 Merge pull request #1724 from cariah/feat/insta-graalvmjs
fix: instagramRipper, replaced Nashorn with GraalVM.js
2020-10-01 19:59:11 +00:00
pwnstr
ee4db54c3e Fix early termination bug in cookiesForURL
The condition for the while loop was causing the config cookie search to break after only checking the full domain, instead of trying higher-level domains. For example www.imagefap.com would be tried but not imagefap.com.
2020-09-27 10:26:36 +01:00
jeff-up
5785b91de3 Pawoo no longer has a custom theme 2020-09-10 19:47:15 -05:00
Sheefip
8118287cdd RedditRipper: changed gallery condition 2020-08-14 10:19:36 +02:00
cariah
029422b417 fix: instagramRipper, replaced Nashorn with GraalVM.js 2020-08-05 17:25:42 +02:00
Sheefip
eae9ecf37b RedditRipper: added gallery support
A gallery is a special kind of reddit post, which can have up to 20
images. They can be recognized by the is_gallery field in the JSON.
The gallery_data array describes the structure of the gallery by
referencing the image ids, it also contains the captions and links, which
are ignored by this implementation. The s field of each entry in
media_metadata array appears to reference the highest quality image.
getJsonURL and getGID were modified to handle reddit.com/gallery/id
links. parseJsonChild was modified to handle the gallery case. The new
method handleGallery parses gallery_data and media_metadata and adds the
images to download. A test for a gallery was added.
2020-08-02 15:20:03 +02:00
cyian-1756
f639758a74 1.7.93: Fixed Motherless ripper; Fixed e621 ripper; Updated pt_PT translation; Implemented redgifs Ripper; added missing translation to Korean/KR; Fixed elecx ripper; Added ripper for HentaiNexus 2020-07-29 17:55:51 -04:00
cyian-1756
43b8ebbce5 Merge pull request #1697 from Ruthalas/master
Resolve xlecx error #1696
2020-07-29 21:48:43 +00:00
cyian-1756
f8474164eb Merge pull request #1714 from soloturn/junit5
Junit5 + junit-bom + remove junit4 dependency + tests fixed
2020-07-29 21:46:25 +00:00
soloturn
8e80943926 remove deprecated assertFalse, assertNull, assertNotNull 2020-07-29 09:27:07 +02:00
soloturn
652383640a remove deprecated assertTrue 2020-07-29 09:27:07 +02:00
soloturn
6a47a393fc JagodibujaRipperTest fails on ubuntu, github pr check only 2020-07-29 09:10:38 +02:00
soloturn
e2e6aca965 mulemax renamed to fooktube 2020-07-29 08:56:50 +02:00
soloturn
b9ef190c3d fix tests 2020-07-29 08:56:50 +02:00
soloturn
9ef257ce60 remove deprecated assertEquals(expected,actual) 2020-07-29 08:06:01 +02:00
soloturn
e57b5db64f chainrippertest method does nothing, remove 2020-07-29 08:06:01 +02:00
soloturn
084738c1f7 remove deprecated assertEquals 2020-07-29 08:06:01 +02:00