Commit Graph

1891 Commits

Author SHA1 Message Date
cyian-1756 b7f8b0edf6
Merge pull request #856 from cyian-1756/hitomiRipperFixes
Fixed HitomiRipper
2018-08-07 14:05:25 -04:00
cyian-1756 4d601781ba
Merge pull request #857 from imerljak/add_portuguese_brazil_translation
Brazilian Portuguese (pt_BR) translation added
2018-08-07 14:02:09 -04:00
Israel Vargas Merljak 61bd99cae9
pt_BR translation added
Altered .gitignore to negate *.properties rule for the i18n bundle resources. (why are the .properties files being ignored anyway?)
2018-08-07 09:35:24 -03:00
cyian-1756 24a0228885 Fixed HitomiRipper 2018-08-06 18:42:32 -04:00
cyian-1756 09abf5ab6c Added unittest for Hentaiimage Ripper 2018-08-06 14:30:31 -04:00
cyian-1756 49b8471f41 Added support for hentai-comic.com 2018-08-05 20:04:39 -04:00
cyian-1756 489694a9d3 Added support for hentai-image.com 2018-08-05 19:35:12 -04:00
cyian-1756 2d4dd89bfc 1.7.61: Re-add 8Chan support; Added kenzato.uk to CheveretoRippers; Added russian translation; Reddit ripper now uses sub folders; fixed JabArchivesRipper regex 2018-08-04 13:31:46 -04:00
cyian-1756 7674eb570e
Merge pull request #830 from cyian-1756/moreMagicNumbers
Changed how magic number look ups are done (now uses a hash map); add…
2018-08-04 13:11:03 -04:00
cyian-1756 e56d47964d
Merge pull request #854 from cyian-1756/jabRegexFix
JabArchivesRipper now allows for www. to appear in url
2018-08-04 13:09:54 -04:00
cyian-1756 2f131ef51a
Merge pull request #847 from kevin51jiang/master
Re-recognize 8Chan URLs
2018-08-04 13:03:40 -04:00
cyian-1756 559e0860dd
Merge pull request #839 from jooxxxoooo/imgurAlbums
Added possibility to save reddit posts with multiple images in separat…
2018-08-04 13:00:28 -04:00
cyian-1756 292e977a22
Merge branch 'master' into moreMagicNumbers 2018-08-04 12:52:25 -04:00
cyian-1756 0dc648beb3 Tweaked regex a bit more 2018-08-04 12:45:35 -04:00
cyian-1756 2f45dc9211 Tweaked regex a bit more 2018-08-04 10:29:28 -04:00
cyian-1756 5549405c0a
Merge pull request #846 from cyian-1756/timeoutFixes
Timeout now applies to both connection and read
2018-08-03 21:01:26 -04:00
cyian-1756 f38bb7ba9b JabArchivesRipper now allows for www. to appear in url 2018-08-03 20:59:50 -04:00
Kevin Jiang 1a25334445 Merge branch 'master' of https://github.com/kevin51jiang/ripme 2018-08-01 04:46:28 -04:00
Kevin Jiang 6e26ba3e0b Re-add 8Chan support 2018-08-01 04:45:44 -04:00
Kevin Jiang a56c2f8ba6
Merge pull request #14 from RipMeApp/master
asdf
2018-08-01 04:36:37 -04:00
cyian-1756 d71addb8a7 improved logging message and added comment for timeouts 2018-07-31 16:55:21 -04:00
cyian-1756 77a64a1dd7 Timeout now applies to both connection and read 2018-07-31 16:50:19 -04:00
cyian-1756 15c4b245fb
Merge pull request #837 from cyian-1756/codeDeduping
Added an Abstraction for rippers that only ever download a single file and want to use the bytes progress bar
2018-07-31 08:38:30 -04:00
cyian-1756 bf4553885a
Merge pull request #831 from cyian-1756/moreUtilsUnitTests
Added some more unit tests
2018-07-31 08:37:17 -04:00
cyian-1756 036ec91b43
Merge pull request #840 from cyian-1756/Chevereto
Added kenzato.uk to CheveretoRippers
2018-07-31 08:35:56 -04:00
cyian-1756 93b3f99069
Merge pull request #841 from cyian-1756/todoFixes
Removed outdated todo
2018-07-31 08:32:43 -04:00
cyian-1756 771159de56 Removed outdated todo 2018-07-29 10:48:46 -04:00
cyian-1756 7196c59453 Added unit test for kenzato.uk 2018-07-29 10:40:22 -04:00
cyian-1756 0a0b6d299a Added kenzato.uk to CheveretoRippers 2018-07-29 10:37:15 -04:00
Johannes Drescher 407564feee Added possibility to save reddit post with multiple images in separate subdirectory with title name.
Added title to the saved filename when only one image/video.
2018-07-29 16:12:23 +02:00
cyian-1756 596be7b839 Added an Abstraction for rippers that only ever download a single file and want to use the bytes progress bar 2018-07-26 11:09:04 -04:00
cyian-1756 544e95757f
Merge pull request #832 from cyian-1756/russianTranslation
Added russian translation
2018-07-26 10:52:41 -04:00
cyian-1756 7b5e661987
Merge pull request #835 from cyian-1756/loveromsUnittest
Removed failing unit test
2018-07-26 10:52:10 -04:00
cyian-1756 a3678561c3 Removed failing unit test 2018-07-25 21:32:29 -04:00
cyian-1756 7a86e10f49 Added russian translation 2018-07-25 21:29:43 -04:00
cyian-1756 92005bfb31 Added russian translation 2018-07-25 08:51:04 -04:00
cyian-1756 c83d93a2e3 Added some more unit tests 2018-07-25 03:42:50 -04:00
cyian-1756 abeb0b0984 Changed how magic number look ups are done (now uses a hash map); added magic number for png; added unit test 2018-07-25 03:16:41 -04:00
cyian-1756 24b1c7175e 1.7.60: Fixed EightmusesRipper; added Jab Archives ripper; loveroms ripper now properly names files; Fixed ArtStationRipper 2018-07-25 00:28:39 -04:00
cyian-1756 316a07cf77
Merge pull request #823 from cyian-1756/magicNumbers
Can now get file type from magic number; No longer erroneously redownloads file if getFileExtFromMIME is true
2018-07-25 00:22:05 -04:00
cyian-1756 fb329d26ce
Merge pull request #829 from cyian-1756/8musesFixes
Fixed EightmusesRipper
2018-07-25 00:16:32 -04:00
cyian-1756 0f3148f47f Removed some debugging statments 2018-07-25 00:03:28 -04:00
cyian-1756 af33869e52 Fixed EightmusesRipper 2018-07-24 23:49:53 -04:00
cyian-1756 58cdea1ee2 Added some unit tests 2018-07-23 05:02:25 -04:00
cyian-1756 cb1fec52f5 saveAs.exists() imrpovements 2018-07-23 03:12:03 -04:00
cyian-1756 1d60bf6956 Added a fuzzyExist func to check if a file exist when we don't know it's extension (For use with rippers that use getFileExtFromMIME) 2018-07-22 19:31:11 -04:00
cyian-1756 368646145d Can now get file type from magic number 2018-07-22 19:02:06 -04:00
cyian-1756 e67612993a
Merge pull request #812 from 0x1f595/jabarchives
Adding Jab Archives ripper
2018-07-21 17:17:03 -04:00
cyian-1756 e0c9822331
Merge pull request #813 from cyian-1756/loveromRipper
loveroms ripper now properly names files
2018-07-21 16:54:12 -04:00
cyian-1756 f3fe3ebebd
Merge pull request #816 from mbc07/ArtStation_multi_page_fix
ArtStationRipper: fix ripping from user profiles which many projects
2018-07-21 16:52:25 -04:00