Commit Graph

1435 Commits

Author SHA1 Message Date
cyian-1756
d5c1efd939 Now uses checkbox for remember.url_history setting 2017-11-07 15:23:41 -05:00
cyian-1756
9898c149e1 Added Utils.getURLHistoryFile() func to get the URL history file path, clearing history now deletes url history file 2017-11-07 04:49:39 -05:00
cyian-1756
169547d745 Change method that didn't need to be public to private 2017-11-07 04:27:36 -05:00
cyian-1756
c69613d8a5 Ripme now remembers downloaded URLs and doesn't try to redownload them 2017-11-07 04:11:13 -05:00
cyian-1756
d11443e8ec Can amlost skip already downloaded urls 2017-11-05 14:35:15 -05:00
cyian-1756
b2b5f4175b 1.6.5: Imgbox ripper now downloads full sized image from galleries 2017-11-03 22:29:19 -04:00
cyian-1756
fe8b9ec8da
Merge pull request #139 from cyian-1756/imgbox
fixed Imgbox ripper; removed unti test for site that doesn't exist anymore
2017-11-03 21:52:47 -04:00
cyian-1756
c6057b1409 Imgbox ripper now downloads full sized images when downloading from galleries 2017-11-03 21:41:21 -04:00
cyian-1756
8e8163360a Removed unit test for site which no longer exists 2017-11-03 15:14:45 -04:00
cyian-1756
b0ab9c7434 Added build.sh for *nix systems 2017-11-03 15:09:52 -04:00
cyian-1756
64c89815f5 1.6.4: Added webtoons ripper 2017-11-03 00:33:33 -04:00
cyian-1756
3f593dd480
Merge pull request #52 from cyian-1756/webtoons
Added Webtoons ripper
2017-11-03 00:05:00 -04:00
cyian-1756
edd6dfa0a3 Can now rip all webtoons comics 2017-11-03 00:01:13 -04:00
cyian-1756
d327ad34b0 1.6.3: Window is now resizable; Added Porncomix.info ripper; Fixed imgbox ripper; Added hentai2read ripper 2017-11-01 13:20:28 -04:00
cyian-1756
08d3d38008
Merge pull request #112 from cyian-1756/hentai2read
Added hentai2read ripper
2017-11-01 13:15:09 -04:00
cyian-1756
a084ffe08b Fixed hentai2read ripper formatting 2017-11-01 13:07:35 -04:00
cyian-1756
0640cf36c2
Merge pull request #135 from cyian-1756/porncomix
Added Porncomix.info ripper
2017-11-01 13:02:24 -04:00
cyian-1756
637e594a4a
Merge pull request #133 from cyian-1756/imgbox
Fixed imgbox ripper
2017-11-01 13:00:41 -04:00
cyian-1756
fec24fc697 fixed porncomix.info ripper 2017-10-31 21:48:05 -04:00
cyian-1756
a05a9689f6 Added Porncomix.info ripper 2017-10-31 21:39:07 -04:00
cyian-1756
f091b8e8b3
Merge pull request #134 from iqqu/master
Make window always resizable
2017-10-30 20:27:33 -04:00
iqqu
f4d75bfd04 Make window always resizable 2017-10-30 19:48:04 -04:00
cyian-1756
87afdb8714
Merge pull request #122 from iqqu/master
Make expanded window resizable
2017-10-30 19:03:06 -04:00
iqqu
3cce0ba552 Work around Linux windowing bug 2017-10-30 18:26:34 -04:00
iqqu
b32bbb919f Make URL bar full height 2017-10-30 18:14:10 -04:00
cyian-1756
a29c964fbc Fixed imgbox ripper 2017-10-29 12:05:11 -04:00
cyian-1756
b41d5ee46f Merge pull request #129 from MrTimscampi/issues
Updated issue and PR templates
2017-10-27 10:22:06 -04:00
Julien Machiels
1886bedc6d Updated issue and PR templates 2017-10-26 18:31:55 +02:00
iqqu
eb68b63999 Make expanded window resizable 2017-10-26 12:29:31 -04:00
cyian-1756
4ae15d4ea6 1.6.2: Fixed shesfreaky.com ripper; Fixed imgbox ripper; Fixed Xhamster video ripping 2017-10-26 10:37:33 -04:00
cyian-1756
71b06fd872 Merge pull request #120 from cyian-1756/shesfreaky
Fixed shesfreaky.com ripper
2017-10-26 10:32:43 -04:00
cyian-1756
5ecb9328e6 Merge pull request #127 from cyian-1756/imgbox
Fixed imgbox ripper
2017-10-26 10:32:16 -04:00
cyian-1756
d93aaf8652 Merge pull request #58 from rephormat/hotfix/xhamster-videos-subdir
Fixes RipMeApp/ripme#57
2017-10-26 10:30:56 -04:00
cyian-1756
cba82ccbe6 Fixed imgbox ripper 2017-10-26 05:32:44 -04:00
cyian-1756
8a42081f19 1.6.1: Rolled E621Ripper back from 1.6.0 to the 1.5.15 version 2017-10-26 04:50:49 -04:00
cyian-1756
3f3f7d6031 Rolled E621Ripper back from 1.6.0 to the 1.5.15 version 2017-10-26 04:47:14 -04:00
cyian-1756
3db32d2ffc Temp fix for some errors brought on by the 1.6.0 update 2017-10-26 04:38:10 -04:00
cyian-1756
57d8cb3487 updated curretn version 2017-10-25 14:49:13 -04:00
cyian-1756
0871eea643 Updated to java 8; Some code cleanup 2017-10-25 14:38:22 -04:00
cyian-1756
0a58569c2a Merge pull request #121 from MrTimscampi/java8
Update to Java 8
2017-10-25 14:29:39 -04: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
cyian-1756
d4f83c0ae6 Merge pull request #113 from cyian-1756/unitTestFixes
Unit test fixes
2017-10-24 00:05:40 -04:00
cyian-1756
9537223f89 Fixed shesfreaky.com ripper 2017-10-23 23:48:19 -04:00
cyian-1756
cb85c3a4d0 Add non404ing url to xhamster unit test 2017-10-23 11:33:19 -04:00
cyian-1756
3ee1d4999e Updated pornhub unit test with new url 2017-10-23 11:21:35 -04:00
cyian-1756
32df5cb0e4 Updated imgbox test url to a new album that isn;t 404ing 2017-10-23 11:08:52 -04:00
cyian-1756
20478854d5 Updated the xvideos unit test video urls to currently existing ones 2017-10-23 11:07:10 -04:00
cyian-1756
7913636302 Removed now unused URL from instagram ripper unit test 2017-10-23 10:54:02 -04:00
cyian-1756
81f888efdc hentai2read ripper now handles short comics and urls with and without a trailing / 2017-10-23 10:31:08 -04:00
cyian-1756
7af58bcc1d 1.5.15: Added Hbrowse.com ripper; 8muses ripper now can rip from all album types 2017-10-23 05:16:55 -04:00