Commit Graph

1296 Commits

Author SHA1 Message Date
cyian-1756
135e55fb0e E621 ripper now accepts urls with order:Score at the end 2018-06-14 20:25:23 -04:00
kravenor
723473180f
Create LabelsBundle_it_IT.properties
This is the italian translation
2018-06-13 15:05:22 +02:00
cyian-1756
529347a553 Tumblr ripper no longer tries to download images in fullsize if the image doesn't support it 2018-06-12 16:26:23 -04:00
cyian-1756
00f1b8a5e9 FurAffinityRipper now downloads fullsized images and NSFW images 2018-06-11 08:31:47 -04:00
cyian-1756
312e7e5c33 DeviantartRipper now logs in using cookies 2018-06-10 12:12:51 -04:00
cyian-1756
2c5a9fdac3 Added getCookiesFromString func to turn a cookie string into a hashMap 2018-06-10 12:12:29 -04:00
cyian-1756
8df9c70d6c Fixed failing tests on chanripper 2018-06-09 15:12:39 -04:00
cyian-1756
c77593570b Started work on getting DA login working again 2018-06-09 15:05:21 -04:00
Kevin Jiang
b12821f8cc
Merge pull request #668 from cyian-1756/4chanNewDomain
4chan new domain

Failed test due to that page not existing anymore. Should remove test/update it.
2018-06-09 13:32:28 -04:00
cyian-1756
a753b016f6 Ripme now warns users about using the shared Furaffinity account 2018-06-09 03:01:32 -04:00
cyian-1756
cbd1372ba4 Readded shared account cookies; added option to not login to Furaffinity when ripping 2018-06-09 02:46:46 -04:00
Kevin Jiang
ca8bcb3675 Forgot URL
:D

This is what Travis-CI is for.
2018-06-09 00:35:44 -04:00
Kevin Jiang
b5ab5b9b99 VSCO Tests
Added a few tests for VSCORipper
2018-06-09 00:27:01 -04:00
Kevin Jiang
8c82588258 VSCO User Profile Fix
Changed the regex slightly to include the "-" character.
2018-06-09 00:19:42 -04:00
cyian-1756
1b5b58ebb4 Removed shared account due to privacy concerns 2018-06-08 16:52:33 -04:00
cyian-1756
9531f44583 1.7.51: Fixed instagram ripper; Added the ability to rip from vsco profiles; Fixed TheyiffgalleryRipper; Can now update ripme using the -j flag; added script to automate releases; Code style fixes 2018-06-07 07:10:14 -04:00
cyian-1756
d51f307212
Merge pull request #669 from cyian-1756/instagramFixes
Fixed instagram ripper
2018-06-07 06:56:32 -04:00
cyian-1756
dad016e5be Readded support desuchan.net 2018-06-07 05:08:09 -04:00
cyian-1756
64ade8a9e0 Fixed instagram ripper 2018-06-07 04:57:03 -04:00
cyian-1756
8ea588a4a5 Added support for new 4chan cdn domain 2018-06-06 11:35:39 -04:00
cyian-1756
b7c4a25f7e Removed questionable code which caused ripme to assume all sites with '/thread/ and '/res/' in the url are chans 2018-06-06 11:34:16 -04:00
Gaboso
bc63f14fd3 Changed logger to LOGGER 2018-06-04 22:58:14 -04:00
Gaboso
ccaa2edeb0 Merge branch 'master' of https://github.com/RipMeApp/ripme into logger
# Conflicts:
#	src/main/java/com/rarchives/ripme/ripper/VideoRipper.java
#	src/main/java/com/rarchives/ripme/ripper/rippers/VscoRipper.java
2018-06-04 22:36:14 -04:00
Kevin Jiang
35aa8e0129
Merge pull request #658 from Gaboso/master
Updating the VideoRipper class
2018-06-03 16:45:53 -04:00
Kevin Jiang
53b22f8535
Merge pull request #656 from cyian-1756/updateImprovements
Various update improvements
2018-06-03 16:42:27 -04:00
Gaboso
3c3aa02290 Changed logger to LOGGER 2018-06-02 21:14:41 -04:00
Gaboso
7f4df8b567 Updating the VideoRipper class:
- ordered imports alphabetically;
- removed signature of the canRip method, which is already in AbstractRipper;
- split variable declaration in different lines;
- corrected javadocs alignment;
- replaced unnecessary use of StringBuilder.
- added a few empty lines to increase the readability of the code
2018-06-02 20:49:35 -04:00
cyian-1756
416e5817e8 Added the ability to rip from vsco profiles 2018-06-02 18:40:52 -04:00
cyian-1756
9af46aad20 Ripme now logs when it's forcing an update for testing 2018-06-02 16:14:48 -04:00
cyian-1756
1adc0a9bf7 Added config option to make ripme always try to update (for testing purposes) 2018-06-02 16:08:49 -04:00
cyian-1756
b0bcf506aa Can now disable the update hash check 2018-06-02 16:02:52 -04:00
Kevin Jiang
a02933f0d2
Merge pull request #643 from Gaboso/master
Replaced the if-else statement by a single return statement.

Thanks for all these style changes
2018-06-02 15:47:25 -04:00
Kevin Jiang
90b2ef7edd
Merge pull request #646 from cyian-1756/Aerisdies
Fixed Aerisdies ripper
2018-06-02 15:46:14 -04:00
Kevin Jiang
b965074c49
Merge pull request #654 from cyian-1756/theyiffgalleryRipperFix
Fixed TheyiffgalleryRipper
2018-06-02 15:45:23 -04:00
cyian-1756
10d256a6e5 Cut down on repeated code 2018-06-02 15:39:27 -04:00
cyian-1756
5cbc152e1c Change log is now displayed when updating from command line 2018-06-02 15:32:21 -04:00
Gaboso
3529d679ff Merge branch 'master' of https://github.com/RipMeApp/ripme 2018-06-02 09:51:17 -04:00
Kevin Jiang
371ce56952
Merge pull request #651 from cyian-1756/commandLineUpdate
Failed test unrelated.
2018-06-01 19:30:21 -04:00
cyian-1756
5f90a1792e Fixed TheyiffgalleryRipper 2018-06-01 18:41:19 -04:00
cyian-1756
2bb7508e9b Undid DEFAULT_VERSION change 2018-06-01 18:17:33 -04:00
cyian-1756
7dc8b23aae Can now update ripme using the -j flag 2018-06-01 16:01:13 -04:00
cyian-1756
30a2d015aa Added -j flag for updating ripme 2018-06-01 16:00:32 -04:00
cyian-1756
30c08c633a Extended AerisdiesRipper unit tests 2018-05-31 21:21:59 -04:00
cyian-1756
5a918ba7ae Fixed getAlbumTitle 2018-05-31 21:21:30 -04:00
cyian-1756
9a8888d445 Ripper now can download videos again and no longer uses the same api key every time 2018-05-31 16:42:06 -04:00
Gaboso
5c6b68a428 Replaced the if-else statement by a single return statement.
Replaced use of Collection.size () by Collection.isEmpty () in ViddmeRipper.
2018-05-31 09:21:44 -04:00
cyian-1756
6fde66cd4d 1.7.50: Ripme now checks file hash before running update; fixed update bug which cased ripme to report every update as new 2018-05-30 15:31:04 -04:00
cyian-1756
17f3882057 Ripme now checks file hash before running update; fixed update bug which cased ripme to report every update as new 2018-05-30 15:07:00 -04:00
cyian-1756
a3dba215f4
Merge pull request #635 from Gaboso/master
Replaced use of Collection.size () by Collection.isEmpty ()
2018-05-30 00:04:19 -04:00
cyian-1756
ce8c9aa2e3
Merge pull request #622 from bored/no-prop-file
Reverse -n, --no-prop-file behaviour
2018-05-29 23:49:33 -04:00
cyian-1756
4d54f4731d
Merge pull request #623 from torbica/master
Fix history again
2018-05-29 23:49:24 -04:00
cyian-1756
ed30482123
Merge pull request #625 from cyian-1756/refactoring
Some UI refactoring
2018-05-29 23:49:11 -04:00
cyian-1756
433a8a5ea0
Merge pull request #627 from zinuzian/master
Update LabelsBundle_kr_KR.properties
2018-05-29 23:48:34 -04:00
cyian-1756
c6b22b25df
Merge pull request #629 from cyian-1756/updateImprovements
Update improvements
2018-05-29 23:48:12 -04:00
cyian-1756
e9b2baa873
Merge pull request #632 from cyian-1756/saveUrlsOnlyFix
No longer writes url to url_history file is save urls only is checked
2018-05-29 23:47:47 -04:00
cyian-1756
e10bfeaa9f
Merge pull request #630 from cyian-1756/unit-tests
Added base64 unit test
2018-05-29 23:47:25 -04:00
Gaboso
8cfbdfbf49 Add test to RipStatusMessageTest (only to raise the code coverage, with no special reason for choosing this class) 2018-05-29 23:42:18 -04:00
Gaboso
6c39dec9d5 Merge branch 'master' of https://github.com/RipMeApp/ripme 2018-05-29 22:49:54 -04:00
Gaboso
fa8f7b5c00 Replaced use of Collection.size () by Collection.isEmpty () which makes the code more readable and may have more performance 2018-05-29 22:48:44 -04:00
cyian-1756
fb55cbb58b Removed test for site which is no longer supported 2018-05-29 21:26:10 -04:00
cyian-1756
d16b997094 Removed support for tnbtu.com as it is no longer a wordpress comic site 2018-05-29 21:25:53 -04:00
cyian-1756
4f6884e58c No longer writes url to url_history file is save urls only is checked 2018-05-29 20:56:33 -04:00
cyian-1756
22581474fd Added base64 unit test 2018-05-29 20:47:07 -04:00
Gaboso
f8fedeac61 Changed try blocks that used streams and other classes that implement the Closeable, to try-with-resources statement, which implicitly close Closeables. 2018-05-29 18:22:15 -04:00
cyian-1756
ff9ecea997 Added base64 unit test 2018-05-28 19:07:14 -04:00
cyian-1756
70716ed577 Added ability to check file hash 2018-05-28 18:33:07 -04:00
zinuzian
aae9f5a859
Update LabelsBundle_kr_KR.properties 2018-05-28 18:35:00 +09:00
cyian-1756
3d42d7b55f Changed up UI a bit 2018-05-27 19:11:00 -04:00
cyian-1756
3a6e379d3c Minor refactoring 2018-05-27 18:53:02 -04:00
cyian-1756
83afd43305 Added missing : 2018-05-27 18:50:15 -04:00
cyian-1756
d6cf021654 Merge branch 'master' of https://github.com/RipMeApp/ripme into refactoring
Added some more translations
2018-05-27 18:18:53 -04:00
cyian-1756
ada82d4f75
Merge pull request #626 from RipMeApp/translation
More Translations
2018-05-27 18:18:02 -04:00
cyian-1756
25c3196f9b Added ability to change locale at runtime and from gui 2018-05-27 15:45:11 -04:00
cyian-1756
9d0399d648 Some UI refactoring 2018-05-27 14:54:04 -04:00
torbica
ee682f529b
Fix history again 2018-05-26 08:10:00 +02:00
bored
fa0d7ed96d Reverse -n, --no-prop-file behaviour 2018-05-25 22:25:22 +01:00
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
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