1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-02-22 07:03:35 +01:00

2643 Commits

Author SHA1 Message Date
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 1.7.93 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
cyian-1756
ea45220829
Merge pull request #1716 from kleptoc/master
Added ripper for HentaiNexus
2020-07-29 21:41:50 +00:00
soloturn
0bce4be227 make it work with java-14, upgrade to jacoco-0.8.5 2020-07-29 09:42:01 +02: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
soloturn
e242515a4a sinnercomis domain does not exist 2020-07-29 08:06:01 +02:00
soloturn
b1e1cfbe8c broker ripper test switch off 2020-07-29 08:06:01 +02:00
soloturn
bd72bef3f7 tubex6 domain does not exist any more 2020-07-29 08:06:01 +02:00
soloturn
4d85d72e68 newsfilter domain does not exist any more 2020-07-29 08:06:01 +02:00
soloturn
4dbffc660e junit5 VscoRipper test + fix it 2020-07-29 08:06:01 +02:00
Kleptoc
df431bef2b Added ripper for HentaiNexus 2020-07-28 13:36:13 -07:00
soloturn
298c2c2ec3 no junit4 dependency necessary any more 2020-07-26 18:30:04 +02:00
soloturn
8662dd3c44 upgrade to junit-bom-5.6.2 2020-07-26 18:30:00 +02:00
soloturn
ed0dfc878c delete AppTest which is only true=true 2020-07-26 18:30:00 +02:00
soloturn
2e221e5713 com.rarchives.ripme.tst from junit3 to junit5
AppTest is not migrated as it only does true=true, otherwise it is not
clear what this should be.
2020-07-26 18:29:54 +02:00
Ruthalas
4f43f1e238 Resolve xlecx error
xlecx has changed its URL from 'xlecx.com' to 'xlecx.org'. This change modifies the ripper.java to reflect that change, and to add the required https prefix. If the https prefix is not added, the image download fails with 'no protocol'. That seems a little janky, but it was used in #120.
2020-06-27 22:15:04 -07:00
cyian-1756
d2947e9e4a
Merge pull request #1671 from rezhajulio/patch-1
Fix malformed log on file already exist
2020-06-19 17:42:26 +00:00
cyian-1756
95b3ed839f
Merge pull request #1685 from rraissa/add-rraissa
Added missing translation to Korean/KR
2020-06-19 17:41:05 +00:00
cyian-1756
adc352e483
Merge pull request #1672 from borderline232/master
RedgifsRipper: Implemented redgifs.com Ripper
2020-06-19 17:40:32 +00:00
RAISSA
2848815bd7 Adding missing translation to Korean/KR 2020-06-12 22:58:33 -04:00
borderline232
689968948c RedgifsRipper: Fixes to redgifs ripper
- Changed redgifs api URL to reflect updated change
- Added check in getNextPage to see if page has any URLs else finishes
  rather than throwing error
- Added gifdeliverynetwork.com as knwon host as it redirects to redgifs
  page
- Added reddit compatibility by adding as known host in RipUtils reddit
  ripper
- Unit test to cover above changes
2020-06-07 00:07:09 -04:00
borderline232
9a013c74ee RedgifsRipper: Implemented redgifs Ripper
- Using similar functionality found in the gfycat ripper the same was
  done for the redgifs ripper
- A user's profile can be ripped, by retrieving all gfycats from their
    user api call
- The categories and search ripper is also implemented but uses and
  incrementing start and count in the api url paramters as the
  cursor requires cookies (I believe) to work and this one just
  increments until there are no gfycats and returns error (there are
  no more gfycats)
- Differentiated between getting profile and search urls using regex
  matching
2020-05-23 14:37:10 -04:00
Rezha Julio
b5ab57fed3
Fix malformed log 2020-05-23 15:20:46 +07:00
cyian-1756
00cc08ec27
Merge pull request #1592 from felixaufreisen/issue1579
VscoRipper Fix
2020-05-22 13:50:39 +00:00
cyian-1756
f50fa0987b
Merge pull request #1667 from cyian-1756/gyfcat_referer_fixes
Now sends a referrer when fetching first page
2020-05-21 04:05:15 +00:00
cyian-1756
2f0b78dd3d
Merge pull request #1619 from felixaufreisen/issue1607
Fix MotherlessRipper
2020-05-21 04:04:35 +00:00
cyian-1756
bdb5e3ef57
Merge pull request #1633 from LameLemon/pt_PT-translation
Updated pt_PT translation
2020-05-21 04:03:20 +00:00
cyian-1756
bfb8d3eb52
Merge pull request #1638 from blackbirddx/master
Updated e621 ripper
2020-05-21 04:01:44 +00:00
cyian-1756
b8324320b9
Merge pull request #1639 from darshan-poudel/master
Added FreecomiconlineRipper
2020-05-21 04:00:34 +00:00
cyian-1756
359a29388f
Merge pull request #1640 from version365/patch-1
Changed imagefap links from http to https
2020-05-21 03:59:39 +00:00
cyian-1756
1d600e5a31 Now sends a referrer when fetching first page 2020-05-20 23:55:38 -04:00
Version Kinda
bf8f386631
changed imagefap links from http to https
#1629 
#1387 
#1074 
#1065
2020-05-02 09:10:19 +05:30
darshan-poudel
606f3665ef
Fixing indent 2020-05-01 12:32:55 -05:00
darshan-poudel
1ea679575c cleaned up comments 2020-05-01 11:15:42 -05:00
darshan-poudel
7fe7f7a284 #38 comment-589679044: Added a ripper for freecomiconline.me supports chapter download and continues to next chapter until caught up 2020-05-01 11:08:49 -05:00
BlackBirdd
7d466a0516 add e621 test 2020-04-26 21:31:27 +02:00
LameLemon
80cf9db90b Updated pt_PT translation 2020-04-25 18:06:01 +01:00
BlackBirdd
52b7e9443d e621 fix regex 2020-04-09 14:04:12 +02:00
BlackBirdd
56f0aa3da3 update e621 cookies 2020-04-08 20:02:56 +02:00
BlackBirdd
fec50e465e add e621 cloudflare captcha cookies 2020-04-08 20:02:56 +02:00