ULBAZOR
00a87f74d9
Update InstagramRipper.java
...
These changes to the getOriginalUrl should make sure that the InstagramRipper stops retrieving the cropped versions of the images.
2017-09-18 05:21:16 +02:00
MetaPrime
a1ed774550
1.5.7: Added EromeRipper
2017-08-12 13:37:48 -07:00
cyian-1756
e9fd306985
Added ripper for erome.com ( #48 )
2017-08-12 13:28:06 -07:00
MetaPrime
1c44904afe
1.5.6: Fixed ImagearnRipper; Fixed SmuttyRipper
2017-08-12 03:40:57 -07:00
cyian-1756
3180372a9f
Fixed ImagearnRipper ( #45 )
2017-08-12 03:40:04 -07:00
MetaPrime
1214d19187
Merge 4pr0n/ripme#493 from @cyian-1756/smutty. Adds http: before links. Fixes 4pr0n/ripme#442 .
2017-08-12 03:20:02 -07:00
metaprime
7b24aada50
1.5.5: Wordpress comic ripper Updates
2017-08-11 02:41:57 -07:00
cyian-1756
6c7e70bd56
Wordpress comic ripper Updates
2017-08-11 02:39:44 -07:00
metaprime
78bd8d8b71
1.5.4: Added Luscious.net ripper
2017-08-11 02:23:24 -07:00
cyian-1756
70ceec9f0d
Added Luscious.net ripper ( #24 )
2017-08-11 02:18:23 -07:00
metaprime
6f83c9ce93
1.5.3: Eroshare links redirect to Eroshae; add AerisdiesRipper
2017-08-10 03:11:52 -07:00
metaprime
e07d60a4ce
Merge pull request #29 from cyian-1756/eroshare_mirror
...
Eroshareripper now uses mirror for data
2017-08-10 03:10:12 -07:00
metaprime
db4dcaba9b
Merge pull request #30 from cyian-1756/aerisdies
...
Added basic support for aerisdies.com
2017-08-10 02:34:49 -07:00
cyian-1756
cdbdc995f1
Added eroshare mirror eroshae
2017-08-09 17:01:10 -04:00
cyian-1756
db5e7f0837
Added basic support for aerisdies.com
2017-08-01 20:45:58 -04:00
cyian-1756
fdf82f5126
changed regex to include eroshare.com
2017-07-29 21:51:41 -04:00
cyian-1756
fb6e23e7d6
Eroshareripper now uses mirror for data
2017-07-29 21:07:30 -04:00
metaprime
55b54eb9ba
1.5.2: Fix Imgur titles; fix xhamster (new URL format); fixed Instagram ripping cropped pictures
2017-07-05 01:11:54 -07:00
Luke Payne
c37a7c351a
Fixed Instagram Ripper cropping issue
...
Merged 4pr0n/ripme#592
Fixes 4pr0n/ripme#541
2017-07-05 01:07:39 -07:00
Luke Payne
cfab32d271
Updated xhamster ripper to support new URL format
...
Fixes 4pr0n/ripme#593
Fixes ripmeapp/ripme#4
2017-07-05 00:32:57 -07:00
cyian-1756
021cd031ee
Merge pull request #6 from cyian-1756/imgur
...
Removed dead code from imgur ripper and improved getAlbumTitle
2017-06-25 13:03:09 -04:00
MetaPrime
451f38e6d4
1.5.1: Ensure update mechanism is working correctly.
2017-06-24 13:21:22 -07:00
MetaPrime
508327d80d
1.5.0: Change 'home' repo from 4pr0n/RipMe to RipMeApp/RipMe
2017-06-24 13:18:54 -07:00
cyian-1756
d2a3a7a9b4
Made default imgur title a constant
2017-06-22 14:07:12 -04:00
cyian-1756
a0e3307ffb
Minor formating improvements
2017-06-22 14:04:53 -04:00
cyian-1756
4ae28c3af3
Improved imgur title grabbing
2017-06-22 09:48:17 -04:00
cyian-1756
36c86462ea
Imgur ripper no longer adds Imgur: The most awesome images on the Internet to titles
2017-06-22 09:37:55 -04:00
MetaPrime
1bcec928a4
1.4.21: Added Chevereto ripper (hushpix.com, tag-fox.com)
2017-06-21 09:42:23 -07:00
MetaPrime
6eb9601528
Merge pull request #455 from cyian-1756/chevereto
...
Added a ripper for Chevereto
2017-06-21 09:35:15 -07:00
cyian-1756
d30c4b606d
Removed broken json ripper
2017-06-19 20:17:07 -04:00
MetaPrime
71694196b9
Fix style
2017-06-19 10:45:15 -07:00
MetaPrime
7ef8a0879f
1.4.20: EroshareRipper can now rip user profiles
2017-06-15 12:27:59 -07:00
cyian-1756
128d384d29
Eroshare can now rip profiles ( Fixes #465 ) ( #578 )
2017-06-15 12:21:08 -07:00
MetaPrime
6443240901
1.4.19: WordpressComicRipper supports more rippers; improvements to Instagram and code quality
2017-06-06 10:33:00 -07:00
MetaPrime
b8294b8152
WordpressComicRipper: fix formatting
2017-06-06 10:25:27 -07:00
cyian-1756
90a8ab6f81
Wordpress comic ripper now supports more sites ( #527 )
...
* better filenaming for buttsmithy images
* Added better file naming for www.totempole666.com
* Added better file naming for http://themonsterunderthebed.net and fixed file naming if
* Added better filenaming for buttsmithy
* Added saw dust webcomic
* minor bug fixes and added support for http://freeadultcomix.com
* Added http://thisis.delvecomic.com
* added test links
* added comics-xxx.com
* removed uneeded sleep()s and == trues
* fixed prismblush.com naming
2017-06-06 10:22:14 -07:00
Gaboso
cb85a0fa35
Improvement in Base64 ( #545 )
...
* Improvement in Base64
Added a private constructor to hide the implicit public one.
Modified the switch statement by the 'if' statement to increase readability.
Merge 'if' blocks with equal implementations.
Extracted the ternary operation nested in an independent declaration.
* Removed unnecessary method.
Bringing back the braces.
Clarifying ternary operation with parentheses.
2017-06-06 10:13:28 -07:00
cyian-1756
4f8919e8d5
fixed sanitizeURL in IG ripper ( #569 )
2017-06-06 10:10:16 -07:00
MetaPrime
994223dae3
1.4.18: Fix video rippers (broken in 1.4.14)
2017-05-23 10:38:44 -07:00
MetaPrime
33520a205e
Fix video rippers: Revert breaking change to exception handling.
2017-05-23 10:38:08 -07:00
MetaPrime
0164656d39
1.4.17: MyHentaiComics improvements
2017-05-23 10:02:56 -07:00
cyian-1756
0c507c23aa
Myhentaicomics ripper now rips all pages from tag and searches ( #540 )
...
* Now starts download right away when downloading from tags and searches
* Now rips from searches/tags ASAP
2017-05-23 09:59:49 -07:00
MetaPrime
89df4d7812
Merge pull request #547 from Gaboso/interfaces
...
Removed public modifier for methods on interfaces because it is redundant
2017-05-18 10:39:06 -07:00
MetaPrime
8bfd15ecdd
1.4.16: Fix Eightmuses; Add Instagram album support
2017-05-18 10:34:44 -07:00
Gaboso
c4ee75688c
Remove all blank lines added previously in RipperInterface
2017-05-18 13:33:56 -04:00
MetaPrime
500120c762
Merge #538 @l1am9111: Add Instagram album support ( Fixes #459 )
...
Add support for Instagram albums
2017-05-18 10:27:48 -07:00
cyian-1756
29bf60c0da
Added Eightmuses new cdn ( #543 )
2017-05-18 09:55:50 -07:00
Gaboso
44fe9885ab
Removed public modifier for methods on interfaces because it is redundant.
2017-05-18 01:44:51 -04:00
MetaPrime
d36a5f72e5
1.4.15: Fixed DeviantArt Ripper
2017-05-15 10:43:30 -07:00
MetaPrime
f08ae4ce4e
Merge #516 @Wiiplay123: Fixed deviantArt ripping
2017-05-15 10:30:40 -07:00