cyian-1756
79aaabf580
Removed unneeded logging line
2018-06-15 15:13:13 -04:00
cyian-1756
312e7e5c33
DeviantartRipper now logs in using cookies
2018-06-10 12:12:51 -04:00
cyian-1756
c77593570b
Started work on getting DA login working again
2018-06-09 15:05:21 -04:00
Gaboso
3c3aa02290
Changed logger to LOGGER
2018-06-02 21:14:41 -04:00
Gaboso
fa8f7b5c00
Replaced use of Collection.size () by Collection.isEmpty () which makes the code more readable and may have more performance
2018-05-29 22:48:44 -04:00
cyian-1756
dee5c84b95
Merge branch 'master' into unit-tests
2018-05-19 11:35:57 -04:00
Kevin Jiang
a670de675a
if( if (
2018-05-12 17:58:55 -04:00
cyian-1756
b760ed35c9
Minor style changes of DeviantartRipper
2018-05-09 10:34:39 -04:00
Kevin Jiang
264980ad94
More specific Exception name
...
IOException > Exception
2018-04-14 17:55:45 -04:00
Kevin Jiang
692dcaa990
Travis CL test because I'm too lazy to run it on my own computer
...
TEST
2018-04-14 17:45:56 -04:00
cyian-1756
5a93260179
Removed unused imports
2017-11-08 03:03:09 -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
624c28befa
Fixed deviantArt download link resolving
...
Turns out getURL works perfectly fine, but the Location header doesn't.
2017-04-29 21:07:49 -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
4cf9f09293
Fixed deviantArt "no next page found" error
...
The pagination buttons are gone. The "coffset" buttons for comment
pages, not gallery pages. I patched this by using a link found in the
HTML itself that I think is used by JavaScript to generate the
pagination buttons.
2017-04-27 00:18:42 -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
Wiiplay123
8da945a8fe
Fixed deviantArt description ripping again
...
Forgot to change an "a" to a "span", fixed now.
2017-04-25 21:18:03 -05:00
Wiiplay123
c3d1c7b654
Fixed deviantArt ripping
...
Uses the data-super-full-img attribute of thumbnails as first attempt to
get a full image URL. If that doesn't work (as is the case with mature
items), the JSON is used. thumbToFull is still broken in this commit,
but shouldn't be needed.
2017-04-25 20:17:26 -05:00
4pr0n
1105c9c170
1.2.11 - DeviantArt fav subfolders, Reddituploads support
...
Allows ripping deviantart subfolders.
Closes #314
Support i.reddituploads.com in RedditRipper
Closes #308
2016-04-17 04:36:56 -07:00
4pr0n
feb82b2dc5
Fixing DeviantArt ripper when no Download box is found
2015-03-30 01:32:27 -07:00
4pr0n
069ad13f07
Increase timeout, avoid prefxies on deviantart rips
...
For #159 and #113 respectively
2015-02-07 23:49:21 -08:00
4pr0n
9c964e432e
Better integration tests, testing out TravisCI
2015-02-05 23:58:17 -08:00
4pr0n
c2a9d680b2
1.1.4 - Fix deviantart 403 errors, fixes #159
2015-01-25 21:12:30 -08:00
Wiiplay123
be89649466
Added line breaks to deviantART ripper
...
Finally added the support for newlines that I've been going on about in
the other commits. Also got rid of a comment that shouldn't have been
there, as well as fixing the fact that I just broke everything two
commits back and didn't notice until just now. Sorry about that!
2014-11-29 23:14:57 -06: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
2fbcdba1a8
1.0.72 - Support for DeviantArt favourites for #82
2014-06-26 00:12:47 -07:00
4pr0n
c166f93d57
Moving from MultiPage ripper to HTML ripper, added JSON ripper
2014-06-22 19:12:29 -07:00
4pr0n
b7397cd31e
Using new wrapper for HTTP requests, started abstract classes to simplify rippers
2014-06-21 17:08:42 -07:00
4pr0n
1b20e98f8f
Unifying external page requests to a single method
2014-06-20 04:09:36 -07:00
4pr0n
fe24620e47
1.0.58 - Logs are written to the album's subdirectory
...
Closes #61
2014-06-07 18:06:38 -07:00
4pr0n
f79f0cdc3c
1.0.51 - Deviantart rips full-size NSFW images #44
2014-06-01 02:02:36 -07:00
4pr0n
fbcb77aa70
1.0.46 - Auto-indexing images is now a config option
...
Files saved with auto-indexing are numbered 001_, 002_, etc
This can now be toggled off via a config switch.
Should close #44
2014-05-26 00:31:58 -07:00
4pr0n
567f253491
1.0.44 - Deviantart gets full-sized images when possible #44
...
Ripping slows down a lot, but it gets full-size image when there's a
"download" button on the deviantart page.
2014-05-17 09:51:18 -07:00
4pr0n
3148d10be3
Deviantart orders albums sequentially #43
2014-05-16 22:20:06 -07:00
4pr0n
0722667b4e
Fix for multi-page deviantart albums #42
2014-05-15 22:44:57 -07:00
4pr0n
9946777e81
Added video ripper support, xvideos for now #18
2014-04-20 00:12:55 -07:00
4pr0n
b662b46a44
Deviantart support
2014-03-13 02:26:55 -07:00