cyian-1756
6ed509aa06
Merge pull request #440 from cyian-1756/skip
...
Added a last seen feature
2018-02-25 20:47:02 -05:00
cyian-1756
c965de9492
Updated regex
2018-02-25 20:26:06 -05:00
cyian-1756
cac3ca1615
Fixed 8muses
2018-02-25 20:22:07 -05:00
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
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
678b810828
AlbumRipper.java now removes bad chars from file names
2018-02-11 08:24:14 -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
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
26a52809da
make method to check if directory exists
2018-01-20 15:13:46 +01: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
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
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
ae7ea5f8e6
Merge pull request #377 from kevin51jiang/GfycatFixAndTest
...
Gfycat fix and test
2018-01-06 14:06:48 -05:00
cyian-1756
1ebaaca823
Merge pull request #378 from cyian-1756/ig-options
...
instagram ripper can now be made to skip videos
2018-01-06 14:05:57 -05:00
cyian-1756
4632e7ef59
Added gwarchives support to the cheveretoRipper
2018-01-06 12:24:22 -05:00
Kevin Jiang
8960b8a565
Gfycat Tests & Fix for bad reddit submissions
...
Added sanitization, and appropriate tests.
Task #361 - Some gfycat doesn't work
2018-01-05 17:01:49 -05:00
cyian-1756
9b4137e094
Merge pull request #367 from cyian-1756/hentai-cafe
...
Fixed hentai.cafe regex
2018-01-04 15:44:03 -05:00
cyian-1756
3f8349a018
instagram ripper can now be made to skip videos
2018-01-02 21:30:53 -05:00
cyian-1756
cff8e754b1
Removed commented out code for pornpicsRipper
2018-01-02 21:16:47 -05:00
cyian-1756
e972a9caac
Added basic pornpics.com ripper
2018-01-02 21:09:50 -05:00
cyian-1756
6fab0375b0
Fixed hentai.cafe regex
2017-12-29 04:31:36 -05:00
cyian-1756
97975a6257
Merge pull request #365 from kevin51jiang/MoreDocumentation
...
3 Metric Tons of Javadoc documentation for core Ripper stuff.
2017-12-29 04:21:26 -05:00
Kevin Jiang
5b49514e3e
3 Metric Tons of Javadoc documentation for Core Ripper stuff.
...
There should be no changes to the code. Just a ton of documentation.
It should help newcomers get aquainted with code quicker.
2017-12-28 00:04:23 -05:00