Commit Graph

834 Commits

Author SHA1 Message Date
cyian-1756
c0a0b9dce8 Removed debug statement; Changed option name 2018-02-25 19:51:28 -05:00
cyian-1756
8c86377a7f Implemented a last seen feature; Added comments 2018-02-25 18:10:38 -05:00
cyian-1756
66739e4c7c Implemented a last seen feature; Added comments 2018-02-25 18:10:30 -05:00
cyian-1756
444df23e5a 1.7.19: imgurRipper no longer tries to add ?1 to file names 2018-02-11 10:25:40 -05:00
cyian-1756
aa334c51f5
Merge pull request #425 from cyian-1756/windows_file_system_fixes
Fixed imgur trying to add ?1 to filenames
2018-02-11 10:23:14 -05:00
cyian-1756
8a4e26474c imgurRipper no longer tries to add ?1 to file names 2018-02-11 10:04:29 -05:00
cyian-1756
639a0353a6 Undid saveAs sanitation in album ripper 2018-02-11 10:01:21 -05:00
cyian-1756
8e777c5eb0 1.7.18: AlbumRipper now removes bad chars from file names 2018-02-11 09:00:12 -05:00
cyian-1756
678b810828 AlbumRipper.java now removes bad chars from file names 2018-02-11 08:24:14 -05:00
cyian-1756
a7a4e727fa 1.7.17: Fixed hentai.cafe autorip from clipboard 2018-02-10 12:30:57 -05:00
cyian-1756
b366aaa7bd
Merge pull request #422 from cyian-1756/hentaicafe
Ripme now supports clipboard ripping for .cafe domains
2018-02-10 12:26:58 -05:00
cyian-1756
13a73d5865 Ripme now supports clipboard ripping for .cafe domains 2018-02-10 11:05:17 -05:00
cyian-1756
ffc004beae 1.7.16: Eightmuses now supports pages containing both images and subpages 2018-02-10 03:38:50 -05:00
cyian-1756
9afa1a9316 8Muses ripper now supports ripping from pages containing both images and subalbums 2018-02-10 02:36:28 -05:00
cyian-1756
c496678874 1.7.15: Eigthmuses ripper now uses ASAP ripping; Remove ripper and tests for gwarchives.com and hushpix.com; Remove ripper and tests for imagearn.com; Fixed pornhub video downloader 2018-02-09 12:50:44 -05:00
cyian-1756
7792f3d99e
Merge pull request #413 from rephormat/PornhubFix
Pornhub fix
2018-02-09 12:38:14 -05:00
cyian-1756
1fb4ad601d
Merge pull request #417 from cyian-1756/8muses
Eigthmuses ripper now uses ASAP ripping
2018-02-09 12:38:03 -05:00
cyian-1756
cf4bb92b5b
Merge pull request #400 from mszkb/fix_case-sensitive
Fix case sensitive directories on unix-based systems
2018-02-09 12:37:00 -05:00
cyian-1756
914327d203
Merge pull request #420 from cyian-1756/imagearn
Removed ripper and tests for imagearn
2018-02-09 12:33:34 -05:00
cyian-1756
1e297c4ac7
Merge pull request #416 from rephormat/CheveretoCleanup
Remove ripper and tests for gwarchives.com and hushpix.com
2018-02-09 12:22:37 -05:00
cyian-1756
ce972af4cc Removed ripper and tests for imagearn as the site is only only returning 403 errors 2018-02-09 11:51:52 -05:00
cyian-1756
3ed1ed6afc Eigthmuses ripper now uses ASAP ripping 2018-02-08 02:04:38 -05:00
rephormat
d36d3bc311 Remove ripper and tests for gwarchives.com and hushpix.com 2018-02-07 16:46:51 -06:00
rephormat
52099926cc Fix regex and skip quality with upsell designation. 2018-02-07 13:59:37 -06:00
cyian-1756
80e746adbb
Merge pull request #313 from cyian-1756/api-changes
Added hasASAPRipping(), which if returns true allows a ripper to not return anything from getURLsFromPage()
2018-02-07 11:07:09 -05:00
mszkb
d515ffd9b4 Checking directories and its lowercase names 2018-01-20 18:51:04 +01:00
mszkb
cec606c4f0 change file check 2018-01-20 18:05:54 +01:00
mszkb
26a52809da make method to check if directory exists 2018-01-20 15:13:46 +01:00
cyian-1756
554d91f0ea 1.7.14: Tumblr API Key Choosing Fix; Make webtoons ripper download maximum quality images; Added twitch ripper; Added VSCO ripper; Fixed pornhub video ripper 2018-01-18 12:04:58 -05:00
cyian-1756
f166c65921
Merge pull request #391 from kevin51jiang/master
Added VSCO Ripper
2018-01-18 12:00:25 -05:00
cyian-1756
c957422d8d
Merge pull request #392 from rephormat/Twitch-ripper
Twitch ripper
2018-01-18 11:59:59 -05:00
cyian-1756
8c6f3c4336
Merge pull request #396 from aaether32323/Webtoons_Ripper
Make webtoons ripper download maximum quality images
2018-01-18 11:59:40 -05:00
cyian-1756
671aae2875
Merge pull request #397 from rephormat/Pornhub-fix
Pornhub fix
2018-01-18 11:59:16 -05:00
cyian-1756
afafbbb466
Merge pull request #398 from kevin51jiang/TumblrAPIKeyFix
Tumblr API Key Choosing Fix & More Documentation
2018-01-18 11:58:50 -05:00
Kevin Jiang
4fdde22395
Merge pull request #4 from kevin51jiang/TumblrAPIKeyFix
Tumblr api key fix, plus more Javadoc stuff.
2018-01-17 21:23:39 -05:00
Kevin Jiang
375f9d8943 Tumblr API Key Choosing Fix
Fixes API choosing. Creates Random objects, generates a number, then feeds
that number to API_KEY.

This is as opposed to the previous way where it created the Random object,
generated a number, then fed it all in a single line.
2018-01-17 21:05:02 -05:00
rephormat
961faa9b63 Fixes RipMeApp/ripme#289 and RipMeApp/ripme#187 2018-01-17 19:17:07 -06:00
Aman
d72ef86b92 Make webtoons ripper download maximum quality images 2018-01-17 10:09:21 -05:00
Kevin Jiang
ebb3485c94 Improved Docs & Code Style Fixes
^
2018-01-16 17:48:35 -05:00
rephormat
a496379a9b
Merge branch 'master' into Twitch-ripper 2018-01-16 07:49:33 -06:00
cyian-1756
20e59499bc 1.7.13: disabled FuskatorRipperTest; Fixes xhamster.com video ripper; Add yuvutu.com ripper 2018-01-16 06:03:10 -05:00
cyian-1756
654f6e38dd
Merge pull request #387 from rephormat/yuvutu-ripper
Yuvutu ripper
2018-01-16 05:53:21 -05:00
slauzon
93785e5e9b User friendly filenames 2018-01-14 16:10:22 -06:00
Kevin Jiang
64a6f9257b VSCO Ripper Single Image
Currently can only support ripping a single Image. More study will be needed to rip member profiles and collections. (Maybe JSON?)
2018-01-14 15:21:20 -05:00
reph
81f804e61f Fixes xhamster.com video ripper. 2018-01-13 21:23:44 -06:00
rephormat
f7ae0e8d96 Add yuvutu.com ripper. 2018-01-12 19:24:40 -06:00
cyian-1756
f1e6d33a1e 1.7.12: Instagram ripper no longer 403s on certain images 2018-01-11 16:31:15 -05:00
cyian-1756
da469aea4f Instagram ripper no longer 403s on certain images 2018-01-11 16:07:57 -05:00
Kevin Jiang
9dbd566340 VSCO Ripper Start
Just started the VSCO ripper by emulating another ripper and the instructions
from the wiki. Not yet functional, this commit is just to back stuff up.
2018-01-11 01:18:47 -05:00
cyian-1756
3d7cbd18ca 1.7.11: Added gwarchives support to the cheveretoRipper; Gfycat Tests & Fix for bad reddit submissions; instagram ripper can now be made to skip videos 2018-01-06 14:09:15 -05:00