Commit Graph

61 Commits

Author SHA1 Message Date
MetaPrime
d2a4412a85 Convert tabs to spaces, remove some unused imports. 2017-05-09 15:35:43 -07:00
MetaPrime
d8d7b5096a Various style cleanup. 2017-05-09 15:03:12 -07:00
Erwin de Haan
441790bb3c ChanRipper: now downloads imgur links, etc. (#185) 2017-05-09 14:02:24 -07:00
4pr0n
12eda4080b 1.2.9 - Imgur fix (use /all), new tests, removed tests, etc.
Also updated the eclipse formatter config which, for some reason, was Tabs Only. Yeck

Version bump includes other pull requests. Hopefully they're fine...
2016-04-16 18:59:31 -07:00
4pr0n
d4d6e4f57b v1.2.6: Fix 500px ripper to fetch higher-res, non-watermarked images.
Closes #260
2015-12-22 07:47:58 -08:00
4pr0n
d92463ee57 1.1.8 - Update user-agent, unique UA for Reddit requests
for #191 #193 #189
2015-03-29 15:04:50 -07: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
c2bb65bc60 Trying to avoid thread deadlock when testing 2015-02-06 10:01:03 -08:00
4pr0n
9c964e432e Better integration tests, testing out TravisCI 2015-02-05 23:58:17 -08:00
4pr0n
3c096add20 1.1.1 - Updated User-Agent, send referrer in reddit rips
Attempt to fix #155
2015-01-13 00:47:31 -08:00
4pr0n
c3b82fff32 Better messaging when instagram rips fail
For #129
2015-01-11 05:39:36 -08:00
4pr0n
083cd8d7cc Logger enhancements
UI shows already-downloaded files as 'completed' instead of 'errored'.
No more "Retrieving" lines in UI log window.
WARN log levels all around.

Mostly for #147
2015-01-11 05:11:10 -08:00
4pr0n
9e63783abc Storing number of files in history 2015-01-11 00:23:43 -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
Wiiplay123
72b40394ae Added deviantART description ripping
It needs some work, notably the description text file doesn't have
prefix. Also, fixed a resource leak in Utils.java
2014-11-28 09:50:04 -06:00
Erwin de Haan
8b6c66da0c Fixed the Finebox ripper 2014-10-15 14:02:36 +02:00
4pr0n
97506c8741 Option to only save URLs to images, not download 2014-06-28 09:47:46 -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
bcb2e704fb Reset log output file after rip 2014-06-11 23:00:08 -07:00
4pr0n
700440d033 1.0.61 - Logging is optional via configuration
Closes #66
2014-06-11 22:45:54 -07:00
4pr0n
e4c2b2e3fb 1.0.60 - Fixing crazy directory creation bug #67 2014-06-10 20:24:23 -07:00
4pr0n
add3c043b2 1.0.59 - Detect when an album can be ripped instantly #60 2014-06-07 19:54: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
1c90e98bf2 1.0.56 - Fix for imgur rips
Should close #59
2014-06-07 01:25:39 -07:00
4pr0n
b50eb657f9 1.0.45 - ImageFap /gallery/ links. Closes #46 2014-05-25 20:16:14 -07:00
4pr0n
28b45e34ed 1.0.35 - Fixing i.rarchives ripper (closes #34)
Also fixed empty directory delete (waits for threads to finish first)
2014-05-04 22:57:57 -07:00
4pr0n
ab018abf03 Delete empty directories after rip
Closes #33

Also better error message handling when ripper errors.
2014-05-04 22:41:20 -07:00
4pr0n
6a45cd59e9 Better about box 2014-04-29 06:21:08 -07:00
4pr0n
a8728ece9f Allowing rippers to pass referrer and cookies to download threads 2014-04-22 20:48:41 -07:00
4pr0n
9946777e81 Added video ripper support, xvideos for now #18 2014-04-20 00:12:55 -07:00
4pr0n
f4f8ce7f2e Added stop button 2014-04-17 22:11:37 -07:00
4pr0n
1efac50834 Directories named after albums are sanitized first 2014-04-12 16:58:43 -07:00
4pr0n
4207a4f186 Imagefap rips are stored in directory named after album #17
Fall-back uses original directory-naming scheme (host_galleryid)
2014-04-12 16:58:43 -07:00
4pr0n
311ccca5ee Got rid of history file 2014-04-06 03:27:30 -07:00
4pr0n
8a22035b89 Twitter ripper makes 8 more requests, stops
Previously 2 requests every time.
Now 10 requests (configurable) and stops when it hits the last tweet.
2014-04-03 23:53:51 -07:00
4pr0n
01bc94ae0b Fixing configuration so it works from JARs 2014-03-24 08:02:32 -07:00
Mads
812bf26b3c Fixed UI exceptions caused by modifications to the UI outside the event thread. 2014-03-13 20:18:35 +01:00
4pr0n
b662b46a44 Deviantart support 2014-03-13 02:26:55 -07:00
4pr0n
aa78f60ce0 various bug fixes 2014-03-11 01:29:46 -07:00
4pr0n
8e1dc5789b fixing rip completion check, various log lines 2014-03-09 17:12:10 -07:00
4pr0n
43948fd320 Document *all* the things 2014-03-09 00:20:22 -08:00
4pr0n
8b7e471b1c Rip-all history works! 2014-03-08 23:59:36 -08:00
4pr0n
2d49cb2b7b UI Tweaks: save/load history, auto-scrolling logs 2014-03-08 12:22:49 -08:00
4pr0n
0fc42d844b Fixing bug in AbstractRipper 2014-03-05 04:55:51 -08:00
4pr0n
1e5d76742c moving class discovery to Utils class 2014-03-04 05:35:35 -08:00
4pr0n
65d4b55cba Fixed ripper discovery in JARs, moved to 1.7
...I think. Unit tests are passing so that's a good sign.
2014-03-03 02:29:02 -08:00
4pr0n
e2bb412d9f Added instagram ripper, integration tests.
Also fixed parts of the imgur ripper.
2014-03-03 00:44:07 -08:00
4pr0n
a6c345a92d UI: Added dropdowns for logs, history, and config.
Only logs works for now. Gussied up the UI as well.
2014-03-02 01:12:20 -08:00
4pr0n
a2a86960b0 Much nicer UI for rip progress.
Progress bar, percentage, counts of pending,completed,errored files.
Also using GridBagLayout manager for placement of UI elements.
2014-03-01 23:28:37 -08:00