Commit Graph

732 Commits

Author SHA1 Message Date
cyian-1756
d1e021f0ef Added single post support to the instagram ripper 2017-11-12 04:43:26 -05:00
cyian-1756
7f57768f3d instagram ripper now puts the date the image was posted in the saved file name 2017-11-12 03:15:56 -05:00
cyian-1756
be769a1389 1.6.10: Added viewcomic ripper; Fixed webtoons malformed url error message; Fixed chan ripper thread title; Fixed Modelmayhem ripper 2017-11-12 02:31:23 -05:00
cyian-1756
79958b1342
Merge pull request #71 from cyian-1756/view-comic
Added viewcomic ripper
2017-11-12 02:24:00 -05:00
cyian-1756
22f438f445
Merge pull request #163 from RipMeApp/webtoons
Fixed webtoons malformed url error message
2017-11-12 02:22:52 -05:00
cyian-1756
690abe848f
Merge pull request #172 from cyian-1756/chanRipperFixes
Fixed chan ripper thread title (For real this time)
2017-11-12 02:20:25 -05:00
cyian-1756
ebacc90915
Merge pull request #173 from cyian-1756/ModelMayhamFixes
Fixed Modelmayhem ripper
2017-11-11 07:32:57 -05:00
cyian-1756
0845efe328 Fixed Modelmayhem ripper 2017-11-11 03:10:08 -05:00
cyian-1756
2de9d58cca Fixed chan ripper thread title (For real this time) 2017-11-11 01:56:36 -05:00
cyian-1756
4a5588c06c
Merge pull request #171 from cyian-1756/chanRipperFixes
Chan ripper now falls back on page title if thread title can not be …
2017-11-11 01:41:26 -05:00
cyian-1756
84cf9b1fc5 Chan ripper now falls back on page title if thread title can not be found 2017-11-10 21:26:16 -05:00
cyian-1756
ffb26c2fe0 Chan ripper now falls back on page title if thread title can not be found 2017-11-10 09:29:26 -05:00
cyian-1756
6b6c699dba
Merge pull request #170 from cyian-1756/unit_test_fixes
Fixed broken unit tests
2017-11-10 05:56:23 -05:00
cyian-1756
a1a548c72b Fixed broken unit tests 2017-11-10 05:01:56 -05:00
cyian-1756
33f782155c 1.6.9: Added support for imgur /t/ albums; Added portable mode; Unit tests no longer fail if run twice; Formating fixes 2017-11-10 04:00:39 -05:00
cyian-1756
3f2d119347
Merge pull request #162 from RipMeApp/url_history_fix
Remembering url history no longer causes unit tests to fail
2017-11-10 03:58:30 -05:00
cyian-1756
d70df6e9be
Merge pull request #156 from cyian-1756/portable
Added portable mode
2017-11-10 03:45:48 -05:00
cyian-1756
806a198cf0
Merge pull request #157 from RipMeApp/imgur_t_albums
Added support for imgur /t albums
2017-11-10 03:45:32 -05:00
cyian-1756
3c84dde846
Merge pull request #104 from cyian-1756/hentai.cafe
Minor formatting fix for HentaiCafe ripper
2017-11-10 03:42:59 -05:00
cyian-1756
5a81e080f5 Fixed webtoons malformed url error message 2017-11-09 22:02:19 -05:00
cyian-1756
0b7dada59a Remembering url history no longer causes unit tests to fail 2017-11-09 20:59:31 -05:00
cyian-1756
e584e64206 Added support for imgur /t albums 2017-11-09 01:45:32 -05:00
cyian-1756
9302e0be35 Removed debugging statement 2017-11-08 19:54:00 -05:00
cyian-1756
e4d7950336 Ripme now runs in portable mode if in the same dir as a rip.properties file 2017-11-08 19:45:06 -05:00
cyian-1756
83aac613b5 1.6.8: code clean up; ripme can now remeber and skip already downloaded images 2017-11-08 16:22:41 -05:00
cyian-1756
958643c4e3
Merge pull request #144 from cyian-1756/remember_downloaded
Remember downloaded URLs
2017-11-08 16:21:31 -05:00
cyian-1756
239afd8cf2
Merge pull request #151 from cyian-1756/unused_imports
Removed unused imports
2017-11-08 16:21:15 -05:00
cyian-1756
f1c9ad6aff Some minor unit test fixes 2017-11-08 15:05:44 -05:00
cyian-1756
5a93260179 Removed unused imports 2017-11-08 03:03:09 -05:00
cyian-1756
79b912aabe 1.6.7: Fixed instagram ripper 2017-11-08 00:26:10 -05:00
cyian-1756
60ac8bb38f removed test case for private account 2017-11-08 00:21:06 -05:00
cyian-1756
dfab4f6f34 removed test case for private account 2017-11-08 00:19:55 -05:00
cyian-1756
86f7c62213 IG ripper no longer errors out on finish 2017-11-07 23:48:08 -05:00
cyian-1756
b5d09cdc97 IG ripper can now rip videos 2017-11-07 23:40:14 -05:00
cyian-1756
dbdedd7d5a IG ripper can now rip images from all pages 2017-11-07 23:05:08 -05:00
cyian-1756
a3b533922b Instagram can now rip from single pages 2017-11-07 22:24:32 -05:00
cyian-1756
14130580d7 1.6.6: Fixed 8muses ripper 2017-11-07 21:11:34 -05:00
cyian-1756
3ad8454a0c Fixed 8muses ripper 2017-11-07 21:04:38 -05:00
cyian-1756
e857ad93bd Removed test for url that now 404s 2017-11-07 21:04:21 -05:00
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
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
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
iqqu
f4d75bfd04 Make window always resizable 2017-10-30 19:48:04 -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
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
0871eea643 Updated to java 8; Some code cleanup 2017-10-25 14:38:22 -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
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
cyian-1756
3e5e9d6096 Merge pull request #111 from cyian-1756/8muses
8muses ripper now can rip from all album types
2017-10-23 05:15:12 -04:00
cyian-1756
2c131e37ee Minor rweak to 8muses album naming 2017-10-21 20:22:05 -04:00
cyian-1756
9ad44f4ba0 8muses ripper now can rip from pages with both normal albums and sub albums and has ASAP ripping for sub albums 2017-10-21 19:56:47 -04:00
cyian-1756
5794e52477 Minor formatting fix 2017-10-17 14:11:31 -04:00
cyian-1756
7c6c2f394a hbrowse ripper now get real GID 2017-10-17 14:06:15 -04:00
cyian-1756
56051bf1af Hbrowse.com ripper now includes album title 2017-10-17 00:21:15 -04:00
cyian-1756
564bab9ab0 Added Hbrowse.com ripper 2017-10-17 00:02:44 -04:00
cyian-1756
8064772aa8 1.5.14: Myhentaicomics ripper no longer tries to download ads; Added hentai.cafe ripper; Fixed sankakucomplex ripper 2017-10-16 17:16:29 -04:00
cyian-1756
cb55415c28 Merge pull request #99 from cyian-1756/chan.sankakucomplex
Fixed sankakucomplex ripper
2017-10-16 17:13:33 -04:00
cyian-1756
c0097ec14d Merge pull request #102 from cyian-1756/hentai.cafe
Added hentai.cafe ripper
2017-10-16 17:12:59 -04:00
cyian-1756
d4cb2b6ac4 hentai.cafe now supports urls with unicode 2017-10-16 16:30:48 -04:00
cyian-1756
2f30df0d5e Added hentai.cafe ripper 2017-10-16 15:32:04 -04:00
cyian-1756
990a60a58e Myhentaicomics ripper no longer tries to download ads 2017-10-15 11:56:50 -04:00
qjex
dd81f7acf6 Default config paths added 2017-10-15 15:21:58 +03:00
cyian-1756
57ec9826c9 fixed getting GID 2017-10-14 23:46:17 -04:00
cyian-1756
2f98036007 Fixed SankakuComplex Ripper 2017-10-14 19:21:31 -04:00
cyian-1756
6db0c5eb5f Now downloads full sized images 2017-10-13 21:32:34 -04:00
metaprime
da69d690af 1.5.13: InstagramRipper: fixed minor bug 2017-10-12 02:34:23 -07:00
metaprime
f8be5f2d74 Fix style 2017-10-12 02:22:24 -07:00
Jozsef.Kerekes
0c995f67f0 Instagram: [standard_resolution] is not a JSONObject.
Improvement after feedback
2017-10-12 02:21:00 -07:00