Commit Graph

62 Commits

Author SHA1 Message Date
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
4pr0n
17d544498a Fixing UI 2014-04-05 09:35:59 -07:00
4pr0n
4279087605 More update-button wackiness 2014-04-05 02:11:04 -07:00
4pr0n
048e53058a Can update script in configuration
Downloads latest jar from rarchives, saves, executes.
2014-04-05 01:39:10 -07:00
4pr0n
04de8d7a09 Pressing enter rips, better error messages
And the history pane isn't so ugly
2014-04-04 01:08:04 -07:00
4pr0n
68ffc7f760 Fixed gonewild ripper regex
Triggered by URLs that resemble `gonewild:username` or `http://gonewild.com/username`
2014-04-04 00:38:40 -07:00
4pr0n
01bc94ae0b Fixing configuration so it works from JARs 2014-03-24 08:02:32 -07:00
Mads
95912b8343 small fix 2014-03-13 20:38:11 +01:00
Mads
812bf26b3c Fixed UI exceptions caused by modifications to the UI outside the event thread. 2014-03-13 20:18:35 +01:00