Commit Graph

92 Commits

Author SHA1 Message Date
4pr0n
81497333d9 increase timeout for tests 2015-02-20 12:10:58 -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
39a9edd1fa Support for DrawChan.net 2015-02-06 14:00:06 -08:00
4pr0n
9886ec0031 Restructring unit tests, removing cruft 2015-02-06 12:01:39 -08:00
4pr0n
c2bb65bc60 Trying to avoid thread deadlock when testing 2015-02-06 10:01:03 -08:00
4pr0n
9967332057 More improvements for unit tests 2015-02-06 03:37:24 -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
Erwin de Haan
8b6c66da0c Fixed the Finebox ripper 2014-10-15 14:02:36 +02: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
b7397cd31e Using new wrapper for HTTP requests, started abstract classes to simplify rippers 2014-06-21 17:08:42 -07:00
4pr0n
3148d10be3 Deviantart orders albums sequentially #43 2014-05-16 22:20:06 -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
e65f118d53 1.0.20 - Added youporn and beeg video rippers #18 2014-04-20 10:59:02 -07:00
4pr0n
65f014319e Added vine video ripper #18 2014-04-20 00:22:27 -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
cfb99e0cbb 1.0.17 - Added generic *chan ripper #8 2014-04-12 16:58:43 -07:00
4pr0n
3a2dcdb4ec Imgur ripper overhaul, image titles saved to filename #17
Still no album title = directory yet
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
a1dd9bbd25 1.0.16 - Fixed bug for Instagram usernames with - and _ #7 2014-04-10 23:21:34 -07:00
4pr0n
e904a7ee97 Added support for imgur.com/r/subreddit albums 2014-04-06 12:07:53 -07:00
4pr0n
d51ad485f6 Added VK ripper 2014-04-05 13:44:43 -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
42c0473e3d Merge pull request #4 from maesse/master
Fixing reddit ripper, imgur image retrieval, UI bugs.
2014-03-16 17:29:30 -07:00
Mads
56cecd243d Reverting deletion of GoneWildRipper 2014-03-16 23:30:41 +01:00
4pr0n
597a7b3903 Xhamster support 2014-03-13 20:26:23 -07:00
Mads
e49cab1254 Fixed RedditRipper (Removed GoneWildRipper).
RedditRipper retries download on timeout (should be a global setting)
2014-03-13 20:13:01 +01:00
4pr0n
b662b46a44 Deviantart support 2014-03-13 02:26:55 -07:00
4pr0n
14afa9695c 8Muses support 2014-03-12 19:29:31 -07:00
4pr0n
c8cfc57e5b Reddit support 2014-03-11 01:29:59 -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
c288afdd0a Tumblr support 2014-03-09 17:11:29 -07:00
4pr0n
3deddf3af6 Seenive support 2014-03-08 11:23:50 -08:00
4pr0n
2e1ee0fa6d Tweaks to vinebox ripper 2014-03-08 11:23:21 -08:00
4pr0n
8bfae563d2 Vinebox ripper 2014-03-08 02:38:52 -08:00
4pr0n
c48ebff21d Added gonewild ripper 2014-03-07 00:24:09 -08:00
4pr0n
76d27fd199 Added motherless support, various unit test changes
Motherless ripper gets images and videos.
Unit tests have flag to avoid downloading content on every execution.
2014-03-06 23:41:49 -08:00
4pr0n
4a47cc650e Added twitter support. 2014-03-05 04:56:13 -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