Commit Graph

70 Commits

Author SHA1 Message Date
Simon Morgan
7f097049b8 Add some type parameters to satisfy our generics gods. 2015-06-28 15:07:11 +01:00
4pr0n
8efdc9490c Fix crash when logger can't be found 2015-02-20 11:55:25 -08: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
41842c0850 Guess history based on rip folders, for #166
Still some work to do, but handles common rippers
2015-02-09 22:18:09 -08:00
4pr0n
da58fee416 Error handling and warning when history can't be loaded 2015-02-07 23:39:27 -08:00
4pr0n
56254ab6bc 1.1.2 - Popup menu to check/uncheck history in bulk
Fixes #156
2015-01-13 01:28:47 -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
dd55cd1b43 Adding features to "History"
Table-based view.
Tracks # of images in a rip, and dates.
Sortable.
Double-clicking URL allows copying the URL to clipboard.
Can selectively re-rip only albums that are 'checked'
'Checked' albums are persisted when RipMe is closed & reopened.

For #147 (selective re-ripping)
2015-01-11 04:31:30 -08:00
4pr0n
9e63783abc Storing number of files in history 2015-01-11 00:23:43 -08:00
4pr0n
bf933069c2 1.0.90 - Don't show error when ripping a valid URL
Closes #110
2014-10-21 03:04:06 -07:00
Erwin de Haan
972c1dc75f Made ChanRipper more universal.
Added a nice way to add extra chan sites. This makes sure that the files
are the correct ones (self_hosted). Generic sites still work. Check
http://www.allchans.org/ sometime. And 4chan-x for the list of archives.
The "Can't rip this url" error now gives the message.
Added ChanSite Helper class.
Updates ChanRipperTest urls.

testVineboxAlbums is still failing.
2014-09-08 00:36:08 +02:00
4pr0n
084f0e5eaa 1.0.84 - Bug fix: allow ripper to continue when stopped
Closes #106
2014-08-15 21:50:40 -07:00
4pr0n
badf69acb9 Clipboard Autorip config option for #103 2014-08-02 09:24:07 -07:00
4pr0n
158616e382 Fixing clipboard autorip 2014-08-01 10:41:28 -07:00
4pr0n
72fe3303e3 Better history
For #83, replaces existing system but doesn't use new features such as
date, image count, etc.
2014-08-01 10:41:28 -07:00
4pr0n
433aa1e46e Sort of added queueing/history
For #15
2014-08-01 10:41:23 -07:00
4pr0n
e303945d3d Save directories named after album titles are now optional 2014-08-01 10:21:08 -07:00
4pr0n
ae4949d07c Change application title while ripping
Closes #90
2014-07-20 00:59:25 -07:00
4pr0n
97506c8741 Option to only save URLs to images, not download 2014-06-28 09:47:46 -07:00
4pr0n
313f3b0de0 1.0.67 - Tumblr ripper can rip external domains
You have to enter the URL in a weird format, though.

For example, to rip `fiddle.se`, you need to try to rip:

`http://fiddle.se.tumblr.com`

Tags and /post/ rips are still supported
2014-06-13 23:14:55 -07:00
4pr0n
15142dd898 1.0.63 - Hopefully fixing dead-lock issue while re-ripping all for #22 2014-06-12 20:43:53 -07:00
4pr0n
848a0757fa fixing https issue with URL validator 2014-06-11 23:01:16 -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
13d13b28b7 1.0.52 - Imgbox ripper, notifications are optional
Both for #8

Popup notifications are now a config-option, defaults to false
2014-06-01 20:14:59 -07:00
4pr0n
cc4aeb977e Added right-click context menu to text box
Closes #1
2014-05-26 00:44:02 -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
5e3d4ae044 Overwrite config is set immediately 2014-05-25 20:10:49 -07:00
4pr0n
a1c46746ce Option to play sound when rip completes
Closes #38
2014-05-11 00:42:09 -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
e5fffbc2c9 1.0.31 - Fixing imgur ripper for large albums
Closes #28
2014-04-29 06:21:08 -07:00
4pr0n
6a45cd59e9 Better about box 2014-04-29 06:21:08 -07:00
4pr0n
b0d13d51b1 1.0.24 - Circumventing deadlock during "Re-rip All" #22
Reproducing bug showed cross-thread UI manipulation. Added thread-safety
to two commonly-called events:
1) beginning of rip -> pack() on main JFrame
2) updating of rip status -> Appending text to log text box
2014-04-21 23:08:11 -07:00
4pr0n
67e947a0e5 Added support for pornhub videos #18 2014-04-20 00:13:13 -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
aa1dca25ea Added button icons 2014-04-17 21:43:34 -07:00
4pr0n
f6730f34ac Fixed clipboard autorip bug in #11 2014-04-08 00:55:26 -07:00
4pr0n
a5e3acc386 Notifications on rips when window is hidden #11 2014-04-07 21:59:47 -07:00
4pr0n
12e199ae60 More verbose completion, #14
Small UI tweaks (bold tab buttons)
2014-04-07 19:48:53 -07:00
4pr0n
6ce417a2fb Auto-update functionality. UI is prettier, too 2014-04-06 23:11:57 -07:00
4pr0n
a82ac14844 Added icons, SystemTray menu, clipboard autorip 2014-04-06 17:26:30 -07:00
4pr0n
9856065ccd Merge pull request #10 from talsemgeest/master
Set to use the OS look and feel
2014-04-06 12:23:16 -07:00
4pr0n
0863a9328c Configurations are persistent 2014-04-06 03:39:30 -07:00
4pr0n
311ccca5ee Got rid of history file 2014-04-06 03:27:30 -07:00
4pr0n
29e6a99f82 Persist config 2014-04-06 02:41:04 -07:00
talsemgeest
7f80e077d1 Set to use the OS look and feel 2014-04-06 16:54:22 +12:00
4pr0n
1c2871a389 Prettying the updater UI
Doesn't freeze on "check for updates". Pop-up confirmation dialog.
2014-04-05 16:59:28 -07:00