Commit Graph

1511 Commits

Author SHA1 Message Date
cyian-1756
3c925b4eee 1.7.48: Fixed instagram ripper; Added Korean translation; Added quickQueue support to nhentairipper; Rewrote nhentairipper to be faster; myhentaicomics ripper now requests proper url when downloading images; Can now include comments in url files; Added the ability to blacklist tags on e-hentai.org" 2018-05-25 16:03:38 -04:00
cyian-1756
b85e98536a
Merge pull request #611 from cyian-1756/urlComments
Can now include comments in url files
2018-05-25 15:57:58 -04:00
cyian-1756
c3a2654cf9
Merge pull request #613 from cyian-1756/myhentaicomicsFixes
myhentaicomics ripper now requests proper url when downloading images
2018-05-25 15:57:38 -04:00
cyian-1756
f742ebda79
Merge pull request #614 from cyian-1756/nhentaiRewrite
Nhentai rewrite
2018-05-25 15:57:07 -04:00
cyian-1756
90b72a300b
Merge pull request #616 from torbica/master
Break if already downloaded x times
2018-05-25 15:56:08 -04:00
cyian-1756
92d21a121c
Merge pull request #617 from cyian-1756/permissionsChecks
Now checks that URLHistory exists and that we can write to it before …
2018-05-25 15:55:51 -04:00
cyian-1756
080952a284
Merge pull request #620 from cyian-1756/instagramFixes
Fixed instagram ripper
2018-05-25 15:55:00 -04:00
cyian-1756
4a5bc01c14
Merge pull request #609 from cyian-1756/ehentaiTagSkip
Added the ability to blacklist tags on ehentai
2018-05-25 15:54:20 -04:00
cyian-1756
589fbb3412 Fixed instagram ripper 2018-05-25 15:40:12 -04:00
Kevin Jiang
eec7a9466e
Merge pull request #618 from zinuzian/master
Korean translation using UTF-8
2018-05-25 08:42:34 -04:00
zinuzian
63b0b49667
Update LabelsBundle_kr_KR.properties 2018-05-25 17:37:19 +09:00
cyian-1756
ef1cab60e1 Ripme now makes config dir and url_history file if they do not exist 2018-05-25 01:14:39 -04:00
cyian-1756
2977075a4b Now checks that URLHistory exists and that we can write to it before trying to write to it 2018-05-24 13:43:54 -04:00
torbica
5724929678
Break if already downloaded x times
same as in AbstractHTMLRipper
2018-05-24 16:29:47 +02:00
zinuzian
b860184819
Update LabelsBundle_kr_KR.properties 2018-05-24 16:45:03 +09:00
zinuzian
bd91300474
Create LabelsBundle_kr_KR.properties 2018-05-24 16:43:14 +09:00
cyian-1756
ffdb5fc27d Added quickQueue support to nhentairipper 2018-05-22 15:51:55 -04:00
cyian-1756
3d30df196f Rewrote nhentairipper to be faster 2018-05-22 15:34:49 -04:00
cyian-1756
e38c495aa7 myhentaicomics ripper now requests proper url when downloading images 2018-05-22 11:28:44 -04:00
cyian-1756
ef553e1ec5 Can now include comments in url files 2018-05-22 11:19:27 -04:00
cyian-1756
5554d1cc2f Added the ability to blacklist tags on nhentai 2018-05-21 20:16:31 -04:00
cyian-1756
d11dfe814b 1.7.47: Added quick queue support for hentai2read ripper; Fixed instagram ripper; SankakuComplexRipper can now download from different subdomains; Added ripper for bato.to; Added quick queue support for 8muses.download; 2018-05-20 13:42:33 -04:00
cyian-1756
fd5ccb9849
Merge pull request #595 from cyian-1756/Eightmuses.downloadQuickQ
Added quick queue support for 8muses.download
2018-05-20 13:39:36 -04:00
cyian-1756
8ea0a09140
Merge pull request #597 from cyian-1756/batoRipper
Added ripper for bato.to
2018-05-20 13:39:26 -04:00
cyian-1756
73276495c5
Merge pull request #602 from cyian-1756/SankakuComplexRipper
SankakuComplexRipper can now download from different subdomains
2018-05-20 13:39:07 -04:00
cyian-1756
86bbeb465b
Merge pull request #605 from cyian-1756/instagramFixes
Fixed instagram ripper
2018-05-20 13:38:54 -04:00
cyian-1756
7198cf8b95
Merge pull request #606 from cyian-1756/hentai2readQuickQueue
Added quick queue support for hentai2read ripper
2018-05-20 13:38:39 -04:00
cyian-1756
f240f2c49b Fixed hentai2read ripper test 2018-05-20 13:21:46 -04:00
cyian-1756
7dbc3cfd9f Added quick queue support for hentai2read ripper 2018-05-20 13:06:15 -04:00
cyian-1756
0afe7a66fc
Merge pull request #603 from cyian-1756/unit-tests
Added more unit tests
2018-05-20 10:46:20 -04:00
cyian-1756
d4c4a638e0 Rewrote instagram ripper to use abstractJSONRipper 2018-05-20 10:40:47 -04:00
cyian-1756
617d1b9a14 Fixed instagram ripper using a total hack 2018-05-20 10:21:45 -04:00
cyian-1756
fab905e4bc Added more unit tests 2018-05-19 12:35:38 -04:00
cyian-1756
f8176a8143
Merge pull request #568 from cyian-1756/unit-tests
Added more unit tests
2018-05-19 12:02:12 -04:00
cyian-1756
dee5c84b95
Merge branch 'master' into unit-tests 2018-05-19 11:35:57 -04:00
cyian-1756
846e2fe245 Added some more unit tests 2018-05-19 11:31:05 -04:00
cyian-1756
0594e55d1f SankakuComplexRipper can now download from different subdomains 2018-05-19 10:42:50 -04:00
Kevin Jiang
1fb9ce6215
Merge pull request #598 from kevin51jiang/TheRoadToAProperJavadoc
The Road to Javadoc, Part 1: Prithee, peace
2018-05-18 13:44:29 -04:00
Kevin Jiang
318760e7ad More documentation; working towards creating a fully functional JavaDoc 2018-05-18 13:25:09 -04:00
cyian-1756
bb60779469 Removed getnextpage; add support for quickQueue 2018-05-17 20:07:16 -04:00
cyian-1756
9281766a71 Extented BatoRipper tests 2018-05-17 19:57:02 -04:00
cyian-1756
05b50a4513 Added getAlbumTitle to batoRipper 2018-05-17 19:56:41 -04:00
cyian-1756
8a27941dde Added test for BatoRipper 2018-05-17 19:47:54 -04:00
cyian-1756
de105edffe Added ripper for bato.to 2018-05-17 19:46:05 -04:00
Kevin Jiang
81a648681e Add more documentation to App.java 2018-05-17 13:57:18 -04:00
cyian-1756
e541d1cba0 Added quick queue support for 8muses.download 2018-05-16 15:32:18 -04:00
cyian-1756
67821fb311 Added quick queue support for 8muses.download 2018-05-16 15:21:34 -04:00
cyian-1756
9785642512 1.7.46: Fixed hentai2read ripper; Rewrote the myhentaicomics ripper to use the new getAlbumsToQueue func; Can now blacklist nhentai tags; SinnercomicsRipper no longer adds -page-01 to folder names; EightmusesRipper now adds file extension to filename; disbaled test for twitch ripper 2018-05-16 12:04:19 -04:00
cyian-1756
1cb845fc1e
Merge pull request #588 from cyian-1756/ehentaiTagSkip
Can now blacklist nhentai tags
2018-05-16 12:02:19 -04:00
cyian-1756
6a065034d3
Merge pull request #594 from cyian-1756/hentai2readFixes
hentai2read can now get the album thumbnail links again
2018-05-16 12:01:48 -04:00