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
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
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
cyian-1756
61169352cb
Moved hasASAPRipping() from AbstractHTMLRipper to AbstractRipper
2017-12-02 19:20:09 -05:00
cyian-1756
761f1e2987
Fixed bug that caused no images to be downloaded
2017-12-02 05:09:22 -05:00
cyian-1756
e89b27dc14
Added hasASAPRipping(), which if returns true allows a ripper to not return anything from getURLsFromPage()
2017-12-02 04:49:53 -05:00
Julien Machiels
d043685d2e
Update to Java 8
...
* Changed the Maven target to 1.8
* Performed a preliminary cleanup using IntelliJ's Code Analysis (Only Java 7/8 updates and a few other entries in the Error and Warnings categories)
* Updated the readme to change the required Java version
2017-10-24 16:45:10 +02:00
MetaPrime
2055cb0d9d
Fix indentation.
2017-05-15 10:28:45 -07:00
Wiiplay123
3d359be958
Added precaution for URLs with slashes at the end when determining file name
...
Made for my FurAffinity branch, brought it over to master branch because
it could come in handy for other things.
2017-05-14 20:15:27 -05:00
Wiiplay123
8f409eb28a
Fixed deviantArt downloading low res when higher res is available
...
Also fixed a few bugs related to non-image items that crashed the rip.
2017-04-29 14:35:39 -05:00
Wiiplay123
f2afb840dd
Fixed deviantArt description file name issue.
...
The deviantArt description file name will now match the image file name,
rather than the URL.
2017-04-26 23:13:11 -05:00
4pr0n
0ba092813c
Image descriptions are configurable option (defaults to "on").
2015-12-21 07:36:56 -08:00
4_pr0n
8333417137
Merge pull request #257 from ghost/master
...
hey!
2015-12-04 09:53:11 -08:00
jisuyame
12b4c8b14b
Update AbstractHTMLRipper.java
2015-10-15 22:40:44 +03:00
jisuyame
94068436e8
Update AbstractHTMLRipper.java
2015-10-15 22:27:34 +03:00
Wiiplay123
e1fd37993d
Added FurAffinity Description Ripping
...
Also added description sleep time value to AbstractHTMLRipper, to avoid
read timed out.
2015-05-29 13:26:48 -05:00
4pr0n
c5ea044f79
Various fixes to tests:
...
Ability to set log level, lots of debugging messages
Turn on debug logging during tests, simplified test cases for HTML ripper
Fix fusktator ripper, added test
Fixed gifyo, added test
Added tests for *all* rippers
Adding a few album-guessing URLs
2015-02-12 22:46:10 -08:00
4pr0n
c524d20ccb
Attempt to remove transient failure of tests
2015-02-06 03:01:02 -08:00
4pr0n
9c964e432e
Better integration tests, testing out TravisCI
2015-02-05 23:58:17 -08:00
Wiiplay123
16e0d27f66
Improved description ripping for deviantART
...
Also, added some functions to AbstractHTMLRipper that should allow
description ripping to be added to other rippers as well.
hasDescriptionSupport() is a function that will be overridden by a
ripper that supports descriptions, and will trigger the description
ripper. getDescription will grab the description from a page, and must
be overridden if you want to grab a description with a ripper.
2014-11-28 22:59:39 -06:00
4pr0n
aa296ef72e
1.0.78 - Added BCFakes ripper #8
2014-07-20 01:35:51 -07:00
4pr0n
b9e3d77449
Removed SinglePage ripper
2014-06-22 19:17:40 -07:00
4pr0n
c166f93d57
Moving from MultiPage ripper to HTML ripper, added JSON ripper
2014-06-22 19:12:29 -07:00