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
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
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
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
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
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
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
70716ed577
Added ability to check file hash
2018-05-28 18:33:07 -04: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
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
589fbb3412
Fixed instagram ripper
2018-05-25 15:40:12 -04: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
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
7dbc3cfd9f
Added quick queue support for hentai2read ripper
2018-05-20 13:06:15 -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
dee5c84b95
Merge branch 'master' into unit-tests
2018-05-19 11:35:57 -04:00
cyian-1756
0594e55d1f
SankakuComplexRipper can now download from different subdomains
2018-05-19 10:42:50 -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
05b50a4513
Added getAlbumTitle to batoRipper
2018-05-17 19:56:41 -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
cyian-1756
2fe0f0163e
Merge pull request #587 from cyian-1756/sinnerComicFix
...
SinnercomicsRipper no longer adds -page-01 to folder names
2018-05-16 11:47:53 -04:00
cyian-1756
59d3115970
Fixed hentai2read ripper for real this time
2018-05-16 11:46:36 -04:00
cyian-1756
d8170fcf64
Merge pull request #592 from cyian-1756/quickQ
...
Quick q
2018-05-16 11:42:41 -04:00
cyian-1756
afdff0ebc4
hentai2read can now get the album thumbnail link again
2018-05-16 11:38:49 -04:00
cyian-1756
694dc3fe5b
hentai2read can now get the album thumbnail link again
2018-05-16 04:55:36 -04:00
cyian-1756
6a73e6c06b
Fixed spelling mistake added another comment
2018-05-16 04:31:25 -04:00
cyian-1756
21a81342d9
Rewrote the myhentaicomics ripper to use the new getAlbumsToQueue func
2018-05-14 08:21:59 -04:00
cyian-1756
e33d24364e
Added a way for rippers to add urls to the download queue
2018-05-14 08:21:09 -04:00
cyian-1756
c5a8f0cd08
Added func to add urls to the download queue
2018-05-14 08:20:24 -04:00
cyian-1756
4dcfe3b712
Can now black list tags with spaces in them
2018-05-14 03:26:56 -04:00
cyian-1756
aca2d24a65
Can now blacklist nhentai tags
2018-05-13 12:12:23 -04:00
cyian-1756
046fa093a3
SinnercomicsRipper no longer adds -page-01 to folder names
2018-05-13 10:11:38 -04:00
cyian-1756
9d8c6f6ce2
EightmusesRipper now adds file extension to filename
2018-05-13 09:38:59 -04:00
cyian-1756
34425361ae
1.7.45: Fixed hentai2read ripper; ImageBam album fixed; Added various translations; TsuminoRipper no longer requires album name to download
2018-05-13 09:14:42 -04:00
cyian-1756
dd559fe094
Merge pull request #579 from RipMeApp/translation
...
Translations for French (Switzerland), Spanish, German and Portuguese.
2018-05-13 09:11:23 -04:00
cyian-1756
5fc79eb658
Merge pull request #576 from cyian-1756/hentai2readFixes
...
Fixed hentai2read ripper
2018-05-13 09:09:24 -04:00
cyian-1756
ea100cedce
Merge pull request #578 from cyian-1756/tsuminoChanges
...
TsuminoRipper no longer requires album name to download
2018-05-13 09:08:39 -04:00
cyian-1756
00696c3450
Can now set UI lang in config file
2018-05-13 08:56:14 -04:00
Kevin Jiang
a670de675a
if( if (
2018-05-12 17:58:55 -04:00
Kevin Jiang
96bf2ad3a7
Update ImagebamRipper.java
2018-05-12 17:58:27 -04:00
cyian-1756
1fe3f10be7
Added comment showing where the code is from
2018-05-12 10:54:15 -04:00
cyian-1756
def01bfb45
Added German translation
2018-05-12 10:49:31 -04:00
cyian-1756
4a160deaa5
Now uses translation for more strings
2018-05-12 03:00:25 -04:00
cyian-1756
608c825cca
TsuminoRipper no longer requires album name to download
2018-05-12 00:17:02 -04:00
cyian-1756
03963eac55
Fixed hentai2read ripper
2018-05-11 23:56:02 -04:00
Kevin Jiang
1c38a86d3d
ImageBam album fixed, more Documentation
...
Slightly fixed it, but don't know CSS so it's kinda a bootleg approach,
but it works extremely well.
Added bits of documentation here and there, and changed <arraylist>.size() == 0 to <arraylist>.isEmpty() for more readability.
2018-05-11 21:52:01 -04:00
Kevin Jiang
43cff6f802
Merge pull request #10 from RipMeApp/master
...
Update personal repo
2018-05-11 20:11:14 -04:00
cyian-1756
dc9f7ea33e
Now using RB for more UI elements
2018-05-10 13:24:14 -04:00
cyian-1756
c51710b833
Started using resourceBUndle
2018-05-10 12:43:01 -04:00
cyian-1756
bba39a5337
Added getResourceBundle func
2018-05-10 12:42:15 -04:00
cyian-1756
19e4a95c96
1.7.44: Fixed instagram ripper regex
2018-05-10 07:30:05 -04:00
cyian-1756
fbde7b9f97
Fixed instagram ripper regex
2018-05-10 06:40:29 -04:00
cyian-1756
b760ed35c9
Minor style changes of DeviantartRipper
2018-05-09 10:34:39 -04:00
cyian-1756
c4eb31f1e9
1.7.43: Fixed queryId regex in instagram ripper
2018-05-09 03:09:41 -04:00
cyian-1756
52d14559e2
Fixed queryId regex
2018-05-09 02:35:30 -04:00
cyian-1756
925df36e31
1.7.42: Added user support to SmuttyRipper; Removed vine ripper; Fixed NudeGalsRipper; addURLToDownload improvments; Fixed Instagram ripper
2018-05-08 08:41:39 -04:00
cyian-1756
71dccb8c84
Merge pull request #559 from cyian-1756/ContentType-changes
...
addURLToDownload can now set the file extension to the files MIME type
2018-05-08 08:04:57 -04:00
cyian-1756
f64f1bc653
Merge pull request #560 from cyian-1756/nude-gals.com
...
Fixed NudeGalsRipper
2018-05-08 08:04:30 -04:00
cyian-1756
1b6c0045a1
Merge pull request #561 from cyian-1756/vine
...
Removed vine ripper
2018-05-08 08:04:14 -04:00
cyian-1756
11db3f76fa
Merge pull request #562 from cyian-1756/sumuttyFixes
...
Added user support for smutty.com
2018-05-08 08:03:31 -04:00
cyian-1756
857b951956
Fixed regex
2018-05-08 07:28:18 -04:00
cyian-1756
66bba724f9
Added user support to SmuttyRipper
2018-05-06 06:27:41 -04:00
cyian-1756
f36a4dfd3b
Removed vine ripper
2018-05-06 05:43:57 -04:00
cyian-1756
2001ada6f4
Fixed NudeGalsRipper
2018-05-06 05:33:33 -04:00
cyian-1756
2d1e648bd1
1.7.41: Added support for spyingwithlana.com; Added ManganeloRipper; Added support for dynasty-scans.com
2018-05-05 05:41:48 -04:00
cyian-1756
d604d40596
Added option for addURLToDownload which sets the file extension to the files MIME type
2018-05-05 05:36:00 -04:00
cyian-1756
3f1553d341
Merge pull request #553 from cyian-1756/dynasty-scans
...
Added ripper and unit test for dynasty-scans.com
2018-05-05 05:31:20 -04:00
cyian-1756
8484df9abe
Merge pull request #554 from cyian-1756/manganeloRipper
...
Added ManganeloRipper
2018-05-05 05:30:56 -04:00
cyian-1756
d73744a73f
Added support for spyingwithlana.com; added some more unittests for the wordpress comic ripper
2018-05-01 15:14:08 -04:00
cyian-1756
6a672f05c9
Added ManganeloRipper
2018-04-30 17:47:19 -04:00
cyian-1756
5369a54caa
Added ripper and unit test for dynasty-scans.com
2018-04-30 13:22:51 -04:00
cyian-1756
e8f7f2cfae
1.7.40: Added hypnohub.net ripper; Fixed rule34.xxx ripper; Tsumino Ripper now add .png to filenames
2018-04-29 16:28:17 -04:00
cyian-1756
2fcf82c7e5
Merge pull request #550 from cyian-1756/hypnoHubRipper
...
Hypno hub ripper
2018-04-29 16:19:18 -04:00
cyian-1756
a690710a35
Merge pull request #547 from cyian-1756/rule34RipperFix
...
Added canRip for rule34.xxx
2018-04-29 16:17:59 -04:00
cyian-1756
7b1fbd3290
Added ripper for hypnohub.net; removed misnamed file
2018-04-29 12:22:27 -04:00
cyian-1756
1ccaa21ef8
Added canRip for rule34.xxx
2018-04-27 13:38:16 -04:00
cyian-1756
5763c673ec
TsuminoRipper now adds .png to filenames; Removed unneeded debug statment
2018-04-26 15:46:50 -04:00
cyian-1756
388cd9936d
1.7.39: Added rule34.xxx ripper; Added Gfycatporntube.com ripper; Fixed AbstractRipper subdir bug; Added AbstractRipper unit tests"
2018-04-26 12:42:24 -04:00
cyian-1756
11d114af36
Merge pull request #542 from cyian-1756/gfycatporntubeRipper
...
Added Gfycatporntube.com Ripper
2018-04-26 12:40:48 -04:00
cyian-1756
2f22e9d08f
Merge pull request #541 from cyian-1756/AbstractRipperFixes
...
Abstract ripper fixes
2018-04-26 12:40:12 -04:00
cyian-1756
7cf8e59ee7
Removed misnamed file
2018-04-26 10:48:28 -04:00
cyian-1756
3342898e77
Added ripper for rule34.xxx
2018-04-26 10:48:07 -04:00
cyian-1756
0427073c9a
Added Gfycatporntube.com Ripper
2018-04-26 09:48:27 -04:00
cyian-1756
19ce96eae5
Fixed issue with downloading images without an extension
2018-04-23 15:58:01 -04:00
cyian-1756
eccce1b4a6
1.7.38: Added http and socks proxy support; Extended some unit tests to include getGid; Added HitomiRipper; hentaifoundry ripper now can rip all images from accounts
2018-04-21 14:22:48 -04:00
cyian-1756
ba3520cc95
Merge pull request #534 from cyian-1756/hitomiRipper
...
Added Hitomi ripper
2018-04-21 14:11:04 -04:00
cyian-1756
0c4db0362c
Merge pull request #538 from mikf/hentaifoundry-filter
...
[hentaifoundry] set content filter
2018-04-21 14:09:56 -04:00
Mike Fährmann
a587ec77fa
[hentaifoundry] set content filter
2018-04-21 10:46:16 +02:00
Random Committer
95d1e0a120
Changed socks and proxy config values to proxy.socks and proxy.http; Checking config on start for these values and set proxy/socks accordingly.
2018-04-20 09:15:39 -07:00
Random Committer
34ee3a6f60
Removed Socks Proxy setup from App.java, added new class Proxy under com.rarchives.ripme.utils which allows to set both HTTP Proxy and SOCKS Proxy
2018-04-20 07:51:40 -07:00
cyian-1756
b73e943b9c
Added HitomiRipper
2018-04-19 18:52:36 -04:00
cyian-1756
a52bbeb6d8
1.7.37: MInor code clean up; Added socks proxy support; Added support for 8muses.download; Hentaifoundry no longer errors when there are no more pages; Fix bug that causes tumblr to replace https with httpss when downloading resized images
2018-04-19 16:23:34 -04:00
cyian-1756
1f2803111a
Merge pull request #533 from cyian-1756/wordpress-8muses.download
...
Wordpress 8muses.download
2018-04-19 16:20:02 -04:00
cyian-1756
5117ca781c
Merge pull request #521 from randomcommitter/cli_socks_support
...
Added support for SOCKS v5 Server
2018-04-19 16:16:35 -04:00
cyian-1756
680ee68c05
Merge pull request #529 from mikf/fix-523
...
[tumblr] avoid 'httpss' in image URLs
2018-04-19 16:15:53 -04:00
cyian-1756
5147562f90
Merge pull request #530 from cyian-1756/code_cleanup
...
Some minor code clean up
2018-04-19 16:15:41 -04:00
cyian-1756
4f3cc4a535
Merge pull request #532 from cyian-1756/hf-nextpage-fix
...
Hentaifoundry ripper no long throws a null error when getting the nex…
2018-04-19 16:15:22 -04:00
cyian-1756
d6535cd2d3
Added support for 8muses.download
2018-04-19 16:00:07 -04:00
cyian-1756
4d8f4095d2
Hentaifoundry ripper no long throws a null error when getting the next page; No longer makes unneeded requests
2018-04-19 15:10:37 -04:00
cyian-1756
7d3c7f2b20
Hentaifoundry ripper no long throws a null error when getting the next page; No longer makes unneeded requests
2018-04-19 15:07:26 -04:00
cyian-1756
be24df4d48
Some minor code clean up
2018-04-19 11:35:36 -04:00
Mike Fährmann
034225cf1c
[tumblr] avoid 'httpss' in image URLs
...
fixes #523
replacing 'http' with 'https' in an URL already starting with
'https://...' changes its scheme/protocol to 'httpss'
2018-04-19 15:14:24 +02:00
cyian-1756
1bc696504a
1.7.36: Fixed Instagram ripper; Fixed hentai2read ripper test; Fixed tnbtu.com ripper
2018-04-19 05:58:50 -04:00
cyian-1756
a586a3a301
Merge pull request #527 from cyian-1756/tnbtu.com-fixes
...
tnbtu ripper now sets referrer header
2018-04-19 05:42:16 -04:00
cyian-1756
144b638f98
Merge pull request #528 from cyian-1756/hentai2read-test-fixes
...
Hentai2read test fixes
2018-04-19 05:41:54 -04:00
cyian-1756
03ecb486b8
Merge pull request #524 from cyian-1756/ig-nextpage-fix
...
Instagram ripper no longer throws a 400 error when getting new pages
2018-04-19 05:41:44 -04:00
cyian-1756
1e3b309f4b
Fixed hentai2read regex
2018-04-19 04:58:53 -04:00
cyian-1756
fdf3e7c68d
tnbtu ripper now sets referrer header
2018-04-19 04:53:34 -04:00
cyian-1756
9251ee0a25
Instagram ripper no longer throws a 400 error when getting new pages
2018-04-19 03:42:19 -04:00
randomcommitter
bf056a75d0
Added support for SOCKS v5 Server
...
CLI only, the switch is "-s".
Accepted formats:
user:password@host
user:password@host:port
host
host:port
2018-04-18 16:33:09 +01:00
cyian-1756
1dadd26e05
1.7.35: Fixed instagram ripper; hentai2read ripper now properly names folders
2018-04-17 04:23:05 -04:00
cyian-1756
10dc8be871
Merge pull request #518 from cyian-1756/hentai2read-naming-fix
...
Fixed Hentai2Read folder naming
2018-04-17 04:22:28 -04:00
cyian-1756
f8ae2212c0
Fixed Hentai2Read folder naming
2018-04-17 04:11:13 -04:00
cyian-1756
36f85282aa
Fixed instagram ripper
2018-04-17 03:56:34 -04:00
Kevin Jiang
cd57604dd7
Merge pull request #9 from RipMeApp/master
...
Update personal repo again
2018-04-15 11:14:19 -04:00
cyian-1756
5206f1d30e
1.7.34: Added Blackbrickroadofoz Ripper; Fixed webtoons regex
2018-04-15 05:45:41 -04:00
cyian-1756
424f80b65d
Merge pull request #510 from cyian-1756/BlackRoadOfOz
...
Black road of oz
2018-04-15 05:43:28 -04:00
cyian-1756
d02080cd3d
Fix webtoons canRip regex
2018-04-15 05:22:56 -04:00
Kevin Jiang
264980ad94
More specific Exception name
...
IOException > Exception
2018-04-14 17:55:45 -04:00
Kevin Jiang
692dcaa990
Travis CL test because I'm too lazy to run it on my own computer
...
TEST
2018-04-14 17:45:56 -04:00
cyian-1756
d16424d936
Renamed misnamed class
2018-04-13 18:55:19 -04:00
cyian-1756
8cd3f5d77a
Renamed misnamed file
2018-04-13 18:54:27 -04:00
cyian-1756
d8254b6e03
Fixed url encoding error with Blackbrickroadofoz
2018-04-13 18:52:38 -04:00
cyian-1756
1bd9885fba
Added ripper for Blackbrickroadofoz.com
2018-04-13 18:33:31 -04:00
cyian-1756
fd0db7e242
1.7.33: Instagram ripper no longer errors out when downloading from more than 1 page
2018-04-13 05:49:47 -04:00
cyian-1756
2871805b5d
Instagram ripper no longer errors out when downloading from more than 1 page
2018-04-13 05:45:22 -04:00
cyian-1756
6b4d01af1d
1.7.32: Instagram ripper update to use new enpoints
2018-04-10 18:52:52 -04:00
cyian-1756
73478344d8
Got getNextPage working again for tags
2018-04-10 18:28:13 -04:00
cyian-1756
54f22eef3c
Got getNextPage working again for non-tags
2018-04-10 18:23:31 -04:00
cyian-1756
23fee27792
1.7.31: InstaGram ripper no longer errors out when getting next page
2018-04-07 20:00:14 -04:00
cyian-1756
267880323f
Merge pull request #502 from cyian-1756/ig-nextpage
...
InstagramRipper now send ig_pr=1 cookie when getting next page
2018-04-07 19:58:53 -04:00
cyian-1756
7a1d6263b1
InstagramRipper now send ig_pr=1 cookie when getting next page
2018-04-07 19:42:51 -04:00
cyian-1756
24f0752308
1.7.30: Fixed usage of command-line on non-headless systems
2018-04-03 10:45:10 -04:00
MrTimscampi
9e138f2aad
Fix usage of command-line on non-headless systems
2018-04-03 12:29:04 +02:00
cyian-1756
338edd18f9
1.7.29: Cano now download single images from imgur; Improved handling of headless mode & OS-specific config; Added modelx ripper; Fixed eroshae ripper
2018-04-02 16:48:32 -04:00
cyian-1756
16027c0385
Merge pull request #491 from MrTimscampi/headless
...
Improved handling of headless mode & OS-specific config
2018-04-02 16:39:50 -04:00
cyian-1756
277e33041a
Merge pull request #488 from cyian-1756/eroshaeFixes
...
Fixed eroshae ripper
2018-04-02 16:38:58 -04:00
cyian-1756
8bcc033125
Merge pull request #489 from dex-11/master
...
Added modelx ripper
2018-04-02 16:38:23 -04:00
avesther
3716bbfb54
Fixes #410 Imgur - Cannot download albums with a single image in
2018-04-02 14:19:32 +02:00
MrTimscampi
b5abdb6ae0
Removed empty file comitted by accident
2018-03-30 12:21:51 +02:00
MrTimscampi
b4832d32e8
Improved handling of headless mode & OS-specific config
...
This adds changes the check for command-lines arguments to avoir throwing an error when no argument is passed on an headless system. It will instead gracefully show the help page to the user.
It also adds a check for the Mac OS-specific properties, to avoid setting them on other systems.
The OS-specific properties and the app initialization have been moved to after the Headless check for cleanliness (No need to set GUI properties on an headless app and no need to initialize if we're only going to show an help page).
2018-03-30 12:21:40 +02:00
dex-11
a88dcaad6a
Added modelx ripper
2018-03-25 09:42:38 +02:00
cyian-1756
8237841df4
Fixed eroshae ripper
2018-03-25 01:56:07 -04:00
cyian-1756
fc0e3588b6
1.7.28: IG ripper now uses display_url when downloading images; Reddit ripper now gets erome links; Hentaifoundry Ripper no longer errors out when there is no next page
2018-03-23 23:50:44 -04:00
cyian-1756
8f9b0a7dc7
Merge pull request #485 from cyian-1756/ig-403
...
IG ripper now uses display_url when downloading images
2018-03-23 23:40:11 -04:00
cyian-1756
ace84b868b
IG ripper now uses display_url when downloading images
2018-03-23 23:06:43 -04:00
cyian-1756
06e566ac63
Revert "Hentaifoundry Ripper no longer errors out when there is no next page"
...
This reverts commit acb6356b94
.
2018-03-22 00:01:51 -04:00
cyian-1756
0f61dd00f0
Reddit ripper now gets erome links
2018-03-21 23:59:19 -04:00
cyian-1756
acb6356b94
Hentaifoundry Ripper no longer errors out when there is no next page
2018-03-17 19:52:47 -04:00
cyian-1756
6cea9e3ff7
1.7.27: IG ripper can now rip from tags; fixed json parsing issues
2018-03-17 16:09:34 -04:00
cyian-1756
2beecc7829
Merge pull request #478 from cyian-1756/igFix
...
IG ripper can now rip from tags; fixed json parsing issues
2018-03-17 16:08:39 -04:00
cyian-1756
5b5e86ed3b
Fixed json parsing errors
2018-03-16 16:50:29 -04:00
cyian-1756
5600b375b4
IG ripper can now rip from tags
2018-03-15 16:27:15 -04:00
cyian-1756
da338eb716
1.7.26: fixed instagram ripper
2018-03-15 13:40:11 -04:00
cyian-1756
0bffd873c6
Merge pull request #477 from cyian-1756/igFix
...
Insagram ripper now can get all pages of a profile
2018-03-15 13:38:41 -04:00
cyian-1756
545bfce7c9
Insagram ripper now can get all pages of a profile
2018-03-15 13:18:29 -04:00
cyian-1756
8ba24eaa47
1.7.25: Fixed instagram ripper; Added an option to use short names for 8muses; Added tsuminoRipper; Added support for incase.buttsmithy.com
2018-03-14 12:58:34 -04:00
cyian-1756
6f39659ec0
Merge pull request #436 from RipMeApp/buttsmithy
...
Added support for incase.buttsimthy.com
2018-03-14 12:39:19 -04:00
cyian-1756
da0b823416
Merge pull request #458 from cyian-1756/tsumino
...
Added tsuminoRipper
2018-03-14 12:38:32 -04:00
cyian-1756
c239d235e9
Merge pull request #467 from cyian-1756/8musesFileNameFixes
...
Added another overload to addURLToDownload which allows the ripper to set the name of the file; Fixed 8muses filename length issue
2018-03-14 12:37:33 -04:00
cyian-1756
7356a13da1
Minor code clean up
2018-03-14 12:35:03 -04:00
cyian-1756
ad358d26ec
Ripper no longer supports tags
2018-03-13 20:45:28 -04:00
cyian-1756
fd2ff087dd
Fixed instagram ripper
2018-03-13 20:41:55 -04:00
cyian-1756
d4c3d6a025
Added an option to use short names for 8muses
2018-03-12 15:02:34 -04:00
cyian-1756
c9c8542945
Added another overload to addURLToDownload which allows the ripper to set the name of the file; Fixed 8muses filename length issue
2018-03-12 12:40:13 -04:00
cyian-1756
c1f46d8251
1.7.24: Added sta.sh ripper; Added sinfest.com ripper; Added femjoyhunter.com ripper; Disabled flaky unit tests
2018-03-12 11:50:03 -04:00
cyian-1756
6968a52c41
Merge pull request #462 from cyian-1756/sinfest
...
Added Sinfest ripper
2018-03-12 11:41:04 -04:00
cyian-1756
52d6eb0634
Merge pull request #461 from cyian-1756/femjoyhunter
...
Femjoyhunter
2018-03-12 11:40:36 -04:00
cyian-1756
28ce42a54f
Added sinfest ripper
2018-03-11 23:03:24 -04:00
cyian-1756
6245680fef
Added ripper for femjoyhunter.com
2018-03-11 22:35:27 -04:00
cyian-1756
e88392b8b0
Added sta ripper
2018-03-10 22:53:27 -05:00
cyian-1756
a4880ecf80
1.7.23: Fixed xvideos ripper; InstagramRipper now works with lastseenfeature
2018-03-10 12:33:31 -05:00
cyian-1756
04e7c1e82b
Merge pull request #459 from cyian-1756/lastseenfix
...
lastseen feature now works with instagram
2018-03-10 12:14:22 -05:00
cyian-1756
ecf7a4b623
IG ripper now no longer errors out on last page
2018-03-09 18:06:01 -05:00
cyian-1756
4af4691893
lastseen feature now works with instagram
2018-03-09 13:36:53 -05:00