1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-22 13:33:18 +02:00
Commit Graph

2420 Commits

Author SHA1 Message Date
Tushar
ba674d4d4b Removed AlbumRipper usage from AbstractRipper. 2019-04-26 00:50:03 +05:30
cyian-1756
3ec90139bb Merge pull request #1283 from cyian-1756/updater-fix
Updater no longer always saves the update to the users home dir on linux
2019-04-25 13:20:25 -05:00
Tushar
ff4cf384b2 Removed ref to AlbumRipper and copied required methods. 2019-04-23 13:41:31 +05:30
Tushar
989ea71063 Fixed artstation ripper not ripping images. 2019-04-22 23:23:21 +05:30
cyian-1756
af56def665 1.7.83: Added a ripper for hentaifox.com; Added ripper for Erofus.com; Fixed fsktr not ripping some images; Added support for Gfycat profiles; Added opt to disable prefix for HentaifoundryRipper 1.7.83 2019-04-19 13:35:10 -04:00
cyian-1756
137346f4c4 Updater no longer always saves the update to the users home dir on linux 2019-04-16 02:39:33 -04:00
cyian-1756
508f1d91e8 Merge pull request #1281 from cyian-1756/hentai-foundry-prefix-option
Added opt to disable prefix for HentaifoundryRipper
2019-04-16 01:12:32 -05:00
cyian-1756
e11ffb9ae6 Merge pull request #1279 from cyian-1756/gyfcat-profile
Added support for Gfycat profiles
2019-04-16 01:12:05 -05:00
Tushar
b36fd1aa6a Fixed an IndexOutOfBoundException while fetching the next page. 2019-04-15 18:53:42 +05:30
Tushar
822ff72a58 Added support for comicextra. 2019-04-15 18:25:06 +05:30
cyian-1756
c84b4c3943 Removed unneeded logging 2019-04-15 04:07:44 -04:00
cyian-1756
b9e8aba945 Added unit test for gfycat profiles 2019-04-15 04:07:27 -04:00
cyian-1756
2239798594 Added support for Gfycat profiles 2019-04-14 19:47:20 -04:00
cyian-1756
c673d1d085 Merge pull request #1275 from cyian-1756/log-spam-fixes
EightmusesRipper no longer spams log
2019-04-10 01:08:04 -05:00
cyian-1756
8b75493f90 Removed unneeded logging 2019-04-10 02:06:40 -04:00
cyian-1756
ead8a72535 EightmusesRipper no longer spams log 2019-04-10 01:49:01 -04:00
cyian-1756
e875f7da0d Added opt to disable prefix for HentaifoundryRipper 2019-04-09 16:45:37 -04:00
cyian-1756
d0f676366f Merge pull request #1272 from Tush-r/fsktr
Fixed FuskatorRipper not ripping some images.
2019-04-09 14:19:22 -05:00
Tushar
bd7207aa03 Fixed fsktr not ripping some images. 2019-04-09 15:01:02 +05:30
cyian-1756
b2ab95c8fa Merge pull request #1216 from MrPlaygon/master
Deviantart Ripper changes
2019-04-06 03:54:37 -05:00
MrPlaygon
10663b0fed NullPointer Fix. Thanks to cyian-1756 2019-04-06 10:26:07 +02:00
cyian-1756
11f7c29b7c Merge pull request #1270 from RipMeApp/cyian-1756-re-enable-test
Update ThechiveRipperTest.java
2019-04-06 00:17:09 -05:00
cyian-1756
a7023cc54b Update ThechiveRipperTest.java 2019-04-05 23:53:44 -05:00
cyian-1756
9ac28ad5d3 Merge pull request #1268 from cyian-1756/erofusRipper
Added ripper for Erofus.com
2019-04-05 20:52:15 -05:00
cyian-1756
510c5ee441 Added a getGID unittest to the erofus unittest 2019-04-05 21:30:38 -04:00
cyian-1756
6d83756f9d Fixed typo 2019-04-05 21:27:54 -04:00
cyian-1756
681d6b5f72 Added a unittest for ErofusRipper 2019-04-05 21:10:48 -04:00
cyian-1756
8cadeee240 Remove some dead code 2019-04-05 21:09:01 -04:00
cyian-1756
4806519aed Got sub album suppport working 2019-04-05 19:42:17 -04:00
cyian-1756
e510973a21 Fixed minor bug with addURLToDownload(url, map<string,stirng>) which caused the file name to default to an empty string instead of null 2019-04-05 19:41:50 -04:00
cyian-1756
3ec36b456b Merge branch 'master' of https://github.com/RipMeApp/ripme into erofusRipper 2019-04-05 19:30:25 -04:00
cyian-1756
466b70c8ab Added ripper for Erofus.com 2019-04-05 19:26:41 -04:00
cyian-1756
d9f7abde92 Merge pull request #1252 from cyian-1756/addUtlToDownload-clean-up
Can now pass a map of params to addURLToDownload
2019-04-05 18:22:57 -05:00
cyian-1756
6105471e9e Merge pull request #1006 from cyian-1756/chanRipperConfigs
Users can now add chan site by adding a line in the config
2019-04-05 17:25:19 -05:00
cyian-1756
90dedb9a90 Added a unittest for the chan site string parsing 2019-04-05 18:04:44 -04:00
cyian-1756
6142c0a3f3 Fixed bug which caused ChanRipper to always fail if the config entry chans.chan_sites was nonexistance 2019-04-05 18:04:17 -04:00
cyian-1756
78d4421d0a Added getDomains and getCdns funcs for testing 2019-04-05 18:03:07 -04:00
cyian-1756
ae1cffbbca Can now set most args of addURLToDownload using a map 2019-04-05 16:45:10 -04:00
cyian-1756
4e89e33607 Merge pull request #1267 from cyian-1756/hentaifox
Added support for Hentaifox.com
2019-04-05 15:30:47 -05:00
cyian-1756
eb75f9db1e Added getAlbumTitle support to hentaifox ripper 2019-04-05 07:45:30 -04:00
cyian-1756
e769922a35 Added unit test for hentaifox ripper 2019-04-05 07:42:44 -04:00
cyian-1756
ea9b4d433e Added a ripper for hentaifox.com 2019-04-05 07:40:29 -04:00
MrPlaygon
ed2082dfe8 Added check if login URL results in 404 for development purpose 2019-04-04 20:13:12 +02:00
cyian-1756
b192755b4e 1.7.82: Hentai foundry now rips oldest first by default; 8muses ripper no longer makes unneeded requests; Added support for i.thechive.com 1.7.82 2019-04-02 22:59:11 -04:00
cyian-1756
13501585bc Merge pull request #1265 from cyian-1756/test-fixes
Test fixes
2019-04-02 17:01:08 -05:00
cyian-1756
59f84a8504 Merge pull request #1263 from cyian-1756/erome-meta-ripping-fixes
Erome ripper supports pages
2019-04-02 16:40:30 -05:00
cyian-1756
a596898471 Updated 404ing link to 200 link 2019-04-02 17:39:01 -04:00
cyian-1756
a33ace83fb Reformted code a bit 2019-04-02 16:30:48 -04:00
cyian-1756
df95109cd8 Commented out failing test 2019-04-02 16:30:33 -04:00
cyian-1756
9a7fd58745 Commented out failing test 2019-04-02 16:26:41 -04:00