Commit Graph

1050 Commits

Author SHA1 Message Date
Wiiplay123
3d359be958 Added precaution for URLs with slashes at the end when determining file name
Made for my FurAffinity branch, brought it over to master branch because
it could come in handy for other things.
2017-05-14 20:15:27 -05:00
l1am9111
d43f14e4b2 Add support for Instagram albums
Adds support for the "carousel" data type
2017-05-12 19:09:49 +01:00
MetaPrime
7268a10ef3 Spacing around keywords and braces 2017-05-09 17:50:32 -07:00
MetaPrime
eb979cc1f6 Convert tabs to spaces. 2017-05-09 17:34:57 -07:00
MetaPrime
b6c925caae Various reformatting. 2017-05-09 16:16:17 -07:00
MetaPrime
cd8784ed85 Missing braces, various cleanup. 2017-05-09 16:16:17 -07:00
MetaPrime
92405fb9f8 WordpressComicRipper: fix indentation 2017-05-09 16:16:16 -07:00
MetaPrime
c75aad47d4 Completely reformatted XbooruRipper; add missing braces. 2017-05-09 16:16:11 -07:00
MetaPrime
56093cc1ad Completely reformatted PahealRipper; add missing braces. 2017-05-09 15:36:37 -07:00
MetaPrime
d2a4412a85 Convert tabs to spaces, remove some unused imports. 2017-05-09 15:35:43 -07:00
MetaPrime
65b11d1e00 Trim trailing whitespace, remove some unused imports. 2017-05-09 15:22:55 -07:00
MetaPrime
3e219089f9 1.4.14: Improvements to ChanRipper (rip external links), MyHentaiComics, and Twitter (video and albums) 2017-05-09 15:04:23 -07:00
MetaPrime
d8d7b5096a Various style cleanup. 2017-05-09 15:03:12 -07:00
MetaPrime
9410ea806c Revert style change which hurt readability. 2017-05-09 14:58:00 -07:00
MetaPrime
8bbc33faf3 Revert change that regressed appearance of UI. 2017-05-09 14:54:27 -07:00
torbica
6ca4ebd176 Twitter: added support for video and multiple-image tweets (#478) 2017-05-09 14:42:14 -07:00
cyian-1756
a38597d6fe Added ASAP ripping to Myhentaicomics ripper (#476) 2017-05-09 14:11:17 -07:00
Gaboso
34f2909050 Updated application action icons for icons used in Google Material Design (#518) 2017-05-09 14:03:56 -07:00
Erwin de Haan
441790bb3c ChanRipper: now downloads imgur links, etc. (#185) 2017-05-09 14:02:24 -07:00
MetaPrime
e6fa9263f1 1.4.13: Fixed furaffinity ripper. 2017-05-09 13:42:04 -07:00
MetaPrime
2ea059c2d3 Fix furaffinity text file naming. Closes #479 2017-05-09 13:40:22 -07:00
MetaPrime
b64a649635 Merge pull request #480 from cyian-1756/furaffinity
Minor css updates to Furaffinity ripper
2017-05-09 13:19:11 -07:00
MetaPrime
2204b3ffad 1.4.12: Fixed Crash on Win10 CU; Fixed SSL error on xHamster. 2017-05-09 12:37:42 -07:00
cyian-1756
269d892388 Fixed SSL error with ep.xhamster domain (#520) 2017-05-09 12:36:27 -07:00
Blockmebob
a71fce5768 MainWindow.java : Select Save Directory Crash Fix (#523)
Fixes bug in Java that arose in Windows 10 Creator Update.

Caused the user to be unable to select directory with Windows Look & Feel enabled due to crashing. Disabling System Extension Hiding is currently the workaround suggested by Java devs.

See here: https://bugs.openjdk.java.net/browse/JDK-8179014
2017-05-09 12:35:28 -07:00
MetaPrime
14269e3cfb 1.4.11: Instagram: fixed cropped images issue. 2017-05-09 12:18:19 -07:00
Josh Kastang
8fe94647dd Merge #524: Fix instagram cropping issue. Fixes #519, Fixes #499 2017-05-09 12:16:31 -07:00
MetaPrime
688e8f0e13 1.4.10: Add WordPressComicRipper (various sites supported) 2017-05-09 03:03:17 -07:00
MetaPrime
2a39ef63a9 Merge pull request #497 from cyian-1756/wordpressComicRipper
Wordpress comic ripper
2017-05-09 02:45:16 -07:00
Wiiplay123
624c28befa Fixed deviantArt download link resolving
Turns out getURL works perfectly fine, but the Location header doesn't.
2017-04-29 21:07:49 -05:00
Wiiplay123
8f409eb28a Fixed deviantArt downloading low res when higher res is available
Also fixed a few bugs related to non-image items that crashed the rip.
2017-04-29 14:35:39 -05:00
Wiiplay123
d55cf06c90 Merge remote-tracking branch 'refs/remotes/4pr0n/master' 2017-04-29 14:14:06 -05:00
MetaPrime
e9cd06c44f 1.4.9: Fixed HentaiFoundry ripper 2017-04-28 10:46:33 -07:00
MetaPrime
d728d64575 Merge pull request #481 from cyian-1756/HentaiFoundry
Changed hentaifoundry file name format
2017-04-28 10:41:05 -07:00
Wiiplay123
4cf9f09293 Fixed deviantArt "no next page found" error
The pagination buttons are gone. The "coffset" buttons for comment
pages, not gallery pages. I patched this by using a link found in the
HTML itself that I think is used by JavaScript to generate the
pagination buttons.
2017-04-27 00:18:42 -05:00
Wiiplay123
f2afb840dd Fixed deviantArt description file name issue.
The deviantArt description file name will now match the image file name,
rather than the URL.
2017-04-26 23:13:11 -05:00
Wiiplay123
8da945a8fe Fixed deviantArt description ripping again
Forgot to change an "a" to a "span", fixed now.
2017-04-25 21:18:03 -05:00
Wiiplay123
c3d1c7b654 Fixed deviantArt ripping
Uses the data-super-full-img attribute of thumbnails as first attempt to
get a full image URL. If that doesn't work (as is the case with mature
items), the JSON is used. thumbToFull is still broken in this commit,
but shouldn't be needed.
2017-04-25 20:17:26 -05:00
cyian-1756
a5e30634ad Now rips all pages 2017-04-25 14:42:57 -04:00
cyian-1756
d733e9f6dd now rips images of all sizes 2017-04-25 14:39:05 -04:00
cyian-1756
ac7cad038b Updated hentaifoundry ripper for new site css 2017-04-25 14:02:18 -04:00
metaprime
7a1777386e 1.4.8: Added Jagodibuja comics ripper 2017-04-25 10:53:22 -07:00
metaprime
dbb926824a jagodibuja: fixed formatting 2017-04-25 10:09:00 -07:00
metaprime
f089e804fd Merge branch 'master' into m 2017-04-25 10:01:19 -07:00
cyian-1756
17b4f5fc32 Now cna rip all comics from jagodibuja.com 2017-04-25 07:31:04 -04:00
cyian-1756
1849fdba2d added ASAP ripping 2017-04-25 07:10:40 -04:00
cyian-1756
a953cc39b0 Added missing ; 2017-04-25 06:57:44 -04:00
metaprime
2e5c4deb5e 1.4.7: Fixed NewsFilter, XHamster; added TheChiveRipper 2017-04-25 03:39:21 -07:00
metaprime
b69a663fcb Merge branch 'cyian-1756-xhamster' 2017-04-25 03:35:06 -07:00
metaprime
036cff3a30 Removed MinusRipper (dead website) 2017-04-25 03:20:54 -07:00
metaprime
74c7a39ae4 Merge branch 'cyian-1756-thechive' into pr495 2017-04-25 03:01:14 -07:00
metaprime
ef206fb7a6 Fix #370: Fix NewsfilterRipper. 2017-04-05 20:34:55 -07:00
cyian-1756
d241be1898 Jagodibuja now rips all comics 2017-03-29 08:04:19 -04:00
cyian-1756
810ef556b1 added basic support for Jagodibuja.com 2017-03-29 04:08:15 -04:00
cyian-1756
ecca3c123c added support for prismblush.com 2017-03-28 22:49:42 -04:00
cyian-1756
e4897c0463 Fixed naming bug in WordpressComicRipper.java 2017-03-28 22:24:42 -04:00
cyian-1756
78346bf1c4 added themonsterunderthebed.net 2017-03-28 22:20:58 -04:00
cyian-1756
ec77beaa63 added support for http://buttsmithy.com 2017-03-28 21:52:31 -04:00
cyian-1756
cb7899196e Added totempole666.com to WordpressComicRipper 2017-03-28 21:35:02 -04:00
cyian-1756
b8b706de90 Fix null error, Now rips all file types 2017-03-28 15:17:51 -04:00
cyian-1756
e71f2d392f Added support thechive.com 2017-03-28 09:29:27 -04:00
cyian-1756
23e464d0c1 improved xhamster cdn replacing regex 2017-03-24 17:58:17 -04:00
cyian-1756
fe3722674c Improved file naming 2017-03-23 21:06:22 -04:00
cyian-1756
be093b069a Improved naming 2017-03-23 20:40:15 -04:00
cyian-1756
ee949ed487 improved file naming 2017-03-23 19:23:03 -04:00
cyian-1756
6d352fcdc5 Fixed typo 2017-03-23 17:22:36 -04:00
MetaPrime
bacc69dff5 1.4.6: Eroshare: get album names; Imgur: improve grabbing album name. 2017-03-23 02:38:33 -07:00
cyian-1756
2ff45e8696 Changed imgur title grabbing to be less reliant on site style (#477) 2017-03-23 02:34:37 -07:00
metaprime
a3d8e87639 Merge pull request #486 from cyian-1756/eroshare
eroshare ripper now grabs album name

Fixes #460
2017-03-23 01:17:38 -07:00
MetaPrime
464085bbc0 1.4.5: SinnerComics: Added work around for naming bug 2017-03-23 00:44:36 -07:00
cyian-1756
141478213c eroshare ripper now grabs album name 2017-03-19 19:50:29 -04:00
cyian-1756
3241ae0a84 ChevertoRipper now saves album title 2017-03-19 18:39:29 -04:00
cyian-1756
48345af6b4 fur affinity ripper can now save description 2017-03-19 18:31:17 -04:00
cyian-1756
5b426b4ca3 Updated getDescriptionsFromPage 2017-03-19 18:14:48 -04:00
cyian-1756
19a88b9d33 Added xhamsters new cdn domain 2017-03-19 13:35:24 -04:00
cyian-1756
2c0010f9df Changed hentaifoundry file name format 2017-03-17 18:09:52 -04:00
cyian-1756
b8b5cde728 Minor css updates to Furaffinity ripper 2017-03-17 17:33:36 -04:00
cyian-1756
b3873b26b4 SinnerComics: Added work around for naming bug (#472) 2017-03-14 14:16:33 -07:00
cyian-1756
97de669ac2 Tweaked regex, added tag-fox.com 2017-03-07 00:04:28 -05:00
cyian-1756
0a81eeac43 Removed logging line 2017-03-06 23:47:18 -05:00
cyian-1756
2c99c6140c Now rips full albums 2017-03-06 23:43:44 -05:00
cyian-1756
5595894992 removed none working site 2017-03-06 22:59:13 -05:00
metaprime
9889daab44 1.4.4: Added SinnerComics, MyHentaiComics rippers; improve E621 ripper. 2017-03-02 01:44:29 -08:00
metaprime
ec565c3864 Merge #428 from kas-luthor/fix-299: Rewritten E621 ripper 2017-03-02 01:30:09 -08:00
metaprime
90166d9bcf Merge #454 from cyian-1756/myhentaicomics: Added Myhentaicomics Ripper 2017-03-02 01:21:16 -08:00
metaprime
2eccc938a3 Merge #456 from cyian-1756/sinnercomics: Added ripper for sinner comics 2017-03-02 01:14:55 -08:00
metaprime
602c5ce7c6 1.4.3: Add missing subdomain for 4chan; fix ehentai, 8muses; add zizki ripper. 2017-03-01 02:18:13 -08:00
metaprime
5ea46c8870 Merge pull request #430 from sodazona/master: Added ripper for zizki.com 2017-03-01 02:14:02 -08:00
metaprime
88bf900196 Merge #451 from @cyian-1756/8muses
This commit fixes the naming issue with 8muse comic issues (A comic with the name format of Comic_name/issue_X would be written to a folder called issue_X instead of comic_name_issue_X)

Also fixes #461 (8muses URL format changed)
2017-03-01 02:08:45 -08:00
cyian-1756
63801db258 Changed ripper to follow new url format 2017-02-28 02:40:16 -05:00
cyian-1756
94738b1647 Added ripper for sinner comics 2017-02-22 09:58:52 -05:00
cyian-1756
c42831fc63 added chevereto ripper 2017-02-22 09:47:25 -05:00
kas-luthor
ab91254226 Code style changes 2017-02-22 10:31:55 +01:00
cyian-1756
06e88efedf removed the unused g subdomain from the ehentai ripper (#453) 2017-02-21 22:24:52 -08:00
cyian-1756
334a124b9f Added missing subdomain for 4chan (#452) 2017-02-21 22:23:53 -08:00
cyian-1756
392d4b0ff5 Added basic chevereto ripper 2017-02-21 18:32:45 -05:00
cyian-1756
fd15ab8673 added missing ; 2017-02-21 17:29:34 -05:00
cyian-1756
5eaa8a7d8c Added Myhentaicomics Ripper 2017-02-21 17:14:59 -05:00
cyian-1756
44d71e6340 Fixed 8muses naming issue and removed catch for unthrown error 2017-02-21 15:39:52 -05:00
MetaPrime
bfe739b7bd 1.4.2: Added nhentai ripper. 2017-02-21 11:30:33 -08:00
midweekmayhem
98438521a8 Added new ripper for http://nhentai.net/ 2017-02-08 15:27:43 +09:00
Sodazona
21476ec2eb Added ripper for zizki.com 2017-01-15 17:59:58 +00:00
kas-luthor
2f4793e9e3 Added utility functions for parsing URL queries
Rewrote E621Ripper to not use regexes anymore (therefore interacting
better with special chars in URLs)
2017-01-14 22:45:23 +01:00
MetaPrime
93bc32f7b3 1.4.1: Fixed Imgbox: correctly downloads full-size images. 2016-12-27 23:19:31 -06:00
MetaPrime
2ea2bee74a Fix #401: Imgbox: correctly convert thumbnail urls to full-size urls. 2016-12-27 23:14:25 -06:00
MetaPrime
ebe76cc120 1.4.0: Fixed update mechanism. Some improvements to Imgur, etc. 2016-12-27 02:00:12 -06:00
MetaPrime
121dc3e7ff 1.3.9: (Version bump to confirm updates now work correctly.) 2016-12-27 01:55:33 -06:00
MetaPrime
a5bac662b1 1.3.8: Attempt to fix updates by switching to raw.githubusercontent.com instead of rawgit.com. 2016-12-27 01:49:57 -06:00
MetaPrime
c7354ed91a 1.3.7: (Version bump to confirm updates now work correctly.) 2016-12-27 01:43:58 -06:00
MetaPrime
3505840374 Attempt to fix updates by switching update source to the raw file in master on GitHub (rawgit.com was problematic). 2016-12-27 01:34:55 -06:00
MetaPrime
fed01e7423 1.3.5: (Version bump to ensure updates now work correctly.) 2016-12-27 01:21:27 -06:00
MetaPrime
57eafb321b 1.3.4: (Version bump to update CDN.) 2016-12-26 15:59:43 -06:00
MetaPrime
62fc4897d0 1.3.2: Really fix update mechanism (use cdn.rawgit.com correctly). 2016-12-26 15:54:53 -06:00
MetaPrime
e16544428d Fixed update machanism (Fixes #384). Update to 1.3.1. 2016-12-25 19:40:54 -06:00
Sleaze
b5ee49c9db Recover from IllegalStateException when polling clipboard. 2016-12-22 06:25:28 -08:00
MetaPrime
8a70adbb05 Subreddit-scoped album URLs (partial support for #395). Other fixes.
* No need to set upper bound for number of characters in a GID, will
just cause maintenance headache down the road when GIDs get longer.
* Subreddit aggregator now supports scope /day

Note: This does not completely resolve subreddit-scoped URLs. Some of
them can be single images and the imgur ripper does not yet support
those. Support single-image rips first. Then, the page will need to be
loaded to dynamically detect whether it is a single-image or album
layout.
2016-12-21 07:35:20 -08:00
MetaPrime
40adcf245f Imgur: Update title detection (Fixes #394); prepend user_ in title of
user rips.

* Simplify album title detection using proper .post-title element on page.
* Combine album and gallery handling (was duplicated code).
* Prepend user_ before username on user rips:
  * [username].imgur.com -> imgur_user_[username]
* Fix allowDuplicates() logic.
2016-12-21 06:30:02 -08:00
rephormat
3310bbef3d Closes 4pr0n/ripme#372 2016-12-21 03:34:20 -08:00
metaprime
f13de34e69 1.3.0 - Fix Instagram, Tumblr, and 4chan. Some new features.
Added some new features:

* Rip a list of URLs from a file from the command line with the -f flag.
* Remember window position.
* New update mechanism (see notes below).

For future updates, RipMe will check against the ripme.json file from
the master branch on GitHub rather than depending on the version of the
file hosted on rarchives.com. Also, updates to RipMe will be downloaded
directly from the releases on GitHub. This keeps development and
deployment all in one place on GitHub and reduces maintenance and
coordination costs.
2016-12-20 01:54:26 -08:00
metaprime
d025a777cd TumblrRipper: If API key from config fails, fall back on hardcoded default key. 2016-12-20 00:54:41 -08:00
John Gibson
a071d624b7 @jgibson02 #377: Updated Tumblr auth keys 2016-12-19 23:19:31 -08:00
metaprime
01491801d4 #374: Fix ImgurRipperTest. 2016-12-19 21:11:53 -08:00
metaprime
8db9c2eb78 Default window position to the center of the screen; don't allow width or height to be zero. 2016-12-19 20:41:32 -08:00
metaprime
3fda1c6efb Merge branch 'sleaze:restore-window-position' into master 2016-12-19 20:21:34 -08:00
metaprime
034f7ee181 ChanRipper: Add new image host domain for 4chan. 2016-12-19 19:49:36 -08:00
John Gibson
e149876dda Updated 8muses ripper to working status 2016-12-19 06:17:30 -08:00
Kastang
08ce833863 attempt at fixing issue #330 instagram api changes 2016-12-19 04:01:45 -08:00
root
6321aba898 @slauzon: Fix xHamster ripper for image galleries. Closes 4pr0n/ripme#360. 2016-12-19 03:42:29 -08:00
Sleaze
4ea31dddca Ripme window position save/restore + configuration checkbox to toggle the feature. 2016-10-08 10:36:18 -07:00
Kastang
12bb6d359f NEW: Ability to load a list of URLs via commanline (-f flag) 2016-08-17 20:10:07 -04:00
4pr0n
522b813587 1.2.13 - Luke-warm fix for imgur albums/images without descriptions
Closes #324
2016-04-23 21:04:16 -07:00
blth
1d31903cdc Update RipUtils.java 2016-04-17 12:55:16 -06:00
blth
2f7e5989a8 Update VidbleRipper.java 2016-04-17 12:52:57 -06:00
blth
6fa72d6bf2 Create EroShareRipper.java 2016-04-17 12:50:40 -06:00
4pr0n
68c6697207 1.2.12 - 500px: Support 'galleries' and subgalleries
Closes #282
2016-04-17 05:48:01 -07:00
4pr0n
1105c9c170 1.2.11 - DeviantArt fav subfolders, Reddituploads support
Allows ripping deviantart subfolders.
Closes #314

Support i.reddituploads.com in RedditRipper
Closes #308
2016-04-17 04:36:56 -07:00
4pr0n
23b2a398fb 1.2.10 - Extract imgur /gallery/ images
Closes #316
2016-04-16 19:23:08 -07:00
4pr0n
12eda4080b 1.2.9 - Imgur fix (use /all), new tests, removed tests, etc.
Also updated the eclipse formatter config which, for some reason, was Tabs Only. Yeck

Version bump includes other pull requests. Hopefully they're fine...
2016-04-16 18:59:31 -07:00
4_pr0n
d8f346ed52 Merge pull request #294 from i-cant-git/patch-1
Use :orig instead of :large in TwitterRipper
2016-04-14 22:37:58 -07:00
Fabian-G
f96f7cc124 Added a command line option to avoid creation of properties file 2016-02-14 17:17:07 +01:00
i-cant-git
f95e319585 Use :orig instead of :large in TwitterRipper
This patch will allow TwitterRipper to download the original image instead of the resized large image

Normal image (600×300) → https://pbs.twimg.com/media/CCiZIc-WgAAc9vx.jpg
Large image (1024×512) → https://pbs.twimg.com/media/CCiZIc-WgAAc9vx.jpg:large
Original image (1280×640) → https://pbs.twimg.com/media/CCiZIc-WgAAc9vx.jpg:orig
2016-01-09 06:19:51 +02:00
4pr0n
b9d5347262 v1.2.8 - Option to prefer .MP4 over .GIF in imgur ripper.
Closes #266
2015-12-24 13:40:04 -08:00
4pr0n
bd70b6f4dd v1.2.7: Fix 500px to fetch NSFW images.
Closes #278
2015-12-22 21:10:30 -08:00
4pr0n
d4d6e4f57b v1.2.6: Fix 500px ripper to fetch higher-res, non-watermarked images.
Closes #260
2015-12-22 07:47:58 -08:00
4pr0n
61d86e5b7e Version bump to v1.2.5 2015-12-21 14:48:14 -08:00
4pr0n
9fd7bf7663 Fetch imgur series (comma-separated images) in Reddit ripper.
Closes #218
2015-12-21 14:47:07 -08:00
4pr0n
0ba092813c Image descriptions are configurable option (defaults to "on"). 2015-12-21 07:36:56 -08:00
4pr0n
22cee44345 Imgur: Accept /gallery/ URLs 2015-12-21 07:36:28 -08:00
4pr0n
d81dbed0f3 v1.2.4 - Fix instagram ripper. Closes #208 2015-12-20 15:38:42 -08:00
4pr0n
ab323056aa Version bump to 1.2.3 2015-12-20 15:31:31 -08:00
4pr0n
ee62463790 Fix tumblr: Error on non-post, non-tagged, non-root URLs
Closes #275
2015-12-20 15:26:26 -08:00
4pr0n
4ef66d067a Fix xhamster. Closes #276 2015-12-20 11:58:57 -08:00
4pr0n
5018d80b51 Remove/Clear queue option (right-click menu) 2015-12-20 11:58:37 -08:00
4pr0n
e968b0e155 Cleaning up broken/unstable unit tests. 2015-12-20 11:24:42 -08:00
4pr0n
7aefba9d46 Fix/remove rippers, remove unstable unit tests.
1. Gonewild ripper - archive website down for good.
2. i.rarchives.com ripper - also down for good.
3. Seenive - down for good.
4. Beeg - Changed their encryption scheme to something fierce.
5. Fixed PornHub ripper -- works for videos and albums.
6. Fixed ShesFreaky ripper.
7. Removed *Chan rippers from unit tests, they keep failing hard.
2015-12-19 17:49:47 -08:00
4pr0n
407a19a483 Update imagefap ripper. Closes #271 2015-12-19 10:08:30 -08:00
4pr0n
d25e285eed Version bump to v1.2.1 2015-12-19 06:54:24 -08:00
4pr0n
5af0f95a3a Fix bugs in FuraffinityRipper 2015-12-19 06:46:43 -08:00
4pr0n
490062cf9e Fix gfycat, closes #269 2015-12-19 06:25:04 -08:00
4pr0n
cdb97f316b Fix bug in TamindirMp3 ripper. 2015-12-19 06:24:20 -08:00
4_pr0n
050861fe1d Merge pull request #267 from maheee/master
Add Rajce Ripper
2015-12-04 09:54:43 -08:00
4_pr0n
81b1bad226 Merge pull request #265 from kas-luthor/master
Added rippers for rule34.paheal.net, xbooru.com and e621.net
2015-12-04 09:54:26 -08:00
4_pr0n
c8fdd9d0aa Merge pull request #259 from ProperGeezer/master
Add Command Arg -R to re-rip only selected history items
2015-12-04 09:53:57 -08:00
4_pr0n
8333417137 Merge pull request #257 from ghost/master
hey!
2015-12-04 09:53:11 -08:00
4_pr0n
8f66b02921 Merge pull request #254 from rmgy733/cli-improvements
Added the -l flag which allows the rip directory to be selected via t…
2015-12-04 09:52:23 -08:00
4_pr0n
b1e6703326 Merge pull request #227 from sukhois/master
Added a ripper for newsfilter.org galleries
2015-12-04 09:51:43 -08:00
4_pr0n
4433e5a2fe Merge pull request #220 from Wiiplay123/master
Added FurAffinity Description Ripping
2015-12-04 09:51:26 -08:00
4_pr0n
87353a44ca Merge pull request #186 from EraYaN/feature-nataliemu
Added Natalie.mu news album ripper.
2015-12-04 09:50:20 -08:00
4_pr0n
5e2f887482 Merge pull request #181 from metaprime/chan-update
ChanRipper - use subject as title. closes #180
2015-12-04 09:49:26 -08:00
4_pr0n
f7f57056ea Merge pull request #179 from metaprime/nudegals
NudeGalsRipper
2015-12-04 09:49:06 -08:00
fgts
3695f4b9da fix fgts.jp support 2015-12-04 23:55:23 +09:00
mahe
325d5d63b1 Add Rajce Ripper 2015-11-28 12:56:57 +01:00
kas-luthor
5951d51c7e added ripper for e621.net
refactored paheal.net and xbooru.com rippers:
- used absUrl() instead of plain attr()
- album names (and file names for paheal) now passed through filesystemSafe()
2015-11-27 00:45:14 +01:00
kas-luthor
bbc78ef67f added ripper for xbooru.com
removed license header for paheal ripper
added percent sign to url matching for paheal ripper
2015-11-26 22:18:24 +01:00
kas-luthor
6290aa1f35 added ripper for rule34.paheal.net
also implemented a file name limit of 128+4 characters since i got errors for too long filenames thanks to extensive tagging
2015-11-26 19:18:03 +01:00
ProperGeezer
9e411823a2 Made selected bool public
Made bool selected public in order for App.java able to access this information
2015-10-18 00:56:50 +01:00
ProperGeezer
77d6ffc825 Add -R to re-rip only selected history items
Added getHistory function to App.java to ensure the new -R argument could access the history to see whether an item is checked.

Added -R to the help options
2015-10-18 00:55:09 +01:00
jisuyame
7ecd2b54c1 Create tamindirmp3.java 2015-10-15 22:48:35 +03:00
jisuyame
12b4c8b14b Update AbstractHTMLRipper.java 2015-10-15 22:40:44 +03:00
jisuyame
94068436e8 Update AbstractHTMLRipper.java 2015-10-15 22:27:34 +03:00
Josh Grochowski
fe39ed8ed7 Added the -l flag which allows the rip directory to be selected via the command line 2015-10-11 16:19:31 -04:00
4pr0n
1255a76bf3 Revert "Add some type parameters to satisfy our generics gods."
This reverts commit 7f097049b8.

Had build errors, probably 'cause i'm using an old version of Java in my
build env.
2015-09-17 03:37:46 -07:00
4pr0n
55a3f6a218 1.2.0 - Version bump for latest fixes/features. 2015-09-17 03:29:11 -07:00
4pr0n
9df47d6466 Remember state of queue if closed/crashed.
Closes #235
2015-09-17 03:29:11 -07:00
4pr0n
998035d17f Fix imagebam ripper.
Closes #238
Closes #237
2015-09-17 03:29:11 -07:00
4pr0n
d4c54b0f71 Fix 8muses. Closes #244 2015-09-17 03:29:10 -07:00
4_pr0n
5d31eb4f1a Merge pull request #231 from drguildo/drguildo
Upate apache commons maven source, generic type parameters.
2015-09-17 03:29:04 -07:00
4_pr0n
4cb949a06e Merge pull request #243 from 0834dfbd2b/patch-1
Update InstagramRipper.java to support bigger images.
2015-09-17 03:24:36 -07:00
4pr0n
9b09852aea 1.1.9 - Hotfix for new imgur album format 2015-09-17 02:07:17 -07:00
0834dfbd2b
01b21d302b Update InstagramRipper.java
Make the instagram ripper to take the bigger images on instagram
2015-08-11 20:45:51 +02:00
Simon Morgan
7f097049b8 Add some type parameters to satisfy our generics gods. 2015-06-28 15:07:11 +01:00
Chikitulfo
b0a503b864 Fixed Newsfilter.org ripper for new webpage changes 2015-06-26 09:51:05 +02:00
sukhois
7bc45c2cda Added a ripper for newsfilter.org galleries 2015-06-19 07:52:26 +02:00
Erwin de Haan
0ba8786e0f Added Natalie.mu news album ripper.
Rips from both album and news pages.
2015-06-12 21:18:57 +02:00
Wiiplay123
e1fd37993d Added FurAffinity Description Ripping
Also added description sleep time value to AbstractHTMLRipper, to avoid
read timed out.
2015-05-29 13:26:48 -05:00
lfaoanl
21f7ddc435 Update InstagramRipper.java 2015-04-28 22:13:55 +01:00
4pr0n
f671c83500 Fixing Sankaku ripper and test 2015-03-30 21:54:04 -07:00
4pr0n
cdaa3b26d1 Fix imagestash, better exception logging on HTTP failures 2015-03-30 01:41:40 -07:00
4pr0n
1b9eea8499 Fix Finebox ripper 2015-03-30 01:36:15 -07:00
4pr0n
feb82b2dc5 Fixing DeviantArt ripper when no Download box is found 2015-03-30 01:32:27 -07:00
4pr0n
d92463ee57 1.1.8 - Update user-agent, unique UA for Reddit requests
for #191 #193 #189
2015-03-29 15:04:50 -07:00
Christopher Douglas
f8fe46f046 NudeGalsRipper 2015-02-22 21:58:09 -06:00
Christopher Douglas
67708a37ff ChanRipper - use subject as title. closes #180 2015-02-22 21:18:37 -06:00
4pr0n
6d040aa0d1 Validate config and reload default config if invalid
Should fix #158
2015-02-21 08:30:58 -08:00
4pr0n
81497333d9 increase timeout for tests 2015-02-20 12:10:58 -08:00
4pr0n
8efdc9490c Fix crash when logger can't be found 2015-02-20 11:55:25 -08:00
4_pr0n
e06cd1213d Merge pull request #172 from wraithfive/fix_imagefap
fix imagefap downloads
2015-02-20 11:54:50 -08:00
wraithfive
409db29bc4 fix imagefap downloads 2015-02-17 22:02:08 -06:00
4pr0n
fe33ced7d5 1.1.7 - Version bump for deviantart timeouts and history guessing 2015-02-12 22:48:31 -08:00
4pr0n
c5ea044f79 Various fixes to tests:
Ability to set log level, lots of debugging messages
Turn on debug logging during tests, simplified test cases for HTML ripper

Fix fusktator ripper, added test
Fixed gifyo, added test

Added tests for *all* rippers

Adding a few album-guessing URLs
2015-02-12 22:46:10 -08:00
4pr0n
41842c0850 Guess history based on rip folders, for #166
Still some work to do, but handles common rippers
2015-02-09 22:18:09 -08:00
4pr0n
069ad13f07 Increase timeout, avoid prefxies on deviantart rips
For #159 and #113 respectively
2015-02-07 23:49:21 -08:00
4pr0n
156a50d9f9 1.1.6 - Version bump for history fix and drawchan support 2015-02-07 23:40:27 -08:00
4pr0n
da58fee416 Error handling and warning when history can't be loaded 2015-02-07 23:39:27 -08:00
4pr0n
39a9edd1fa Support for DrawChan.net 2015-02-06 14:00:06 -08:00
4pr0n
597e9b3852 1.1.5 - Version bump for imagefap and 8muses fixes
Also various fixes to avoid deadlocking.
2015-02-06 12:04:07 -08:00
4pr0n
9886ec0031 Restructring unit tests, removing cruft 2015-02-06 12:01:39 -08:00
4pr0n
7235cac91a Ignore ads on 8muses ripper 2015-02-06 11:50:24 -08:00
4pr0n
bfd575906e Twitter ripper enhancements 2015-02-06 11:39:51 -08:00
4pr0n
c2bb65bc60 Trying to avoid thread deadlock when testing 2015-02-06 10:01:03 -08:00
4pr0n
9967332057 More improvements for unit tests 2015-02-06 03:37:24 -08:00
4pr0n
c524d20ccb Attempt to remove transient failure of tests 2015-02-06 03:01:02 -08:00
4pr0n
9c964e432e Better integration tests, testing out TravisCI 2015-02-05 23:58:17 -08:00
4pr0n
c2a9d680b2 1.1.4 - Fix deviantart 403 errors, fixes #159 2015-01-25 21:12:30 -08:00
4pr0n
3a7d6640f6 1.1.3 - Check Selected works now, Fixes #160 2015-01-25 20:36:51 -08:00
4pr0n
56254ab6bc 1.1.2 - Popup menu to check/uncheck history in bulk
Fixes #156
2015-01-13 01:28:47 -08:00
4pr0n
3c096add20 1.1.1 - Updated User-Agent, send referrer in reddit rips
Attempt to fix #155
2015-01-13 00:47:31 -08:00
4pr0n
8bb9a8d1c0 Fixing reddit ripper for single posts 2015-01-13 00:27:04 -08:00
4pr0n
72f1864e4e Delete empty Cheeby subdirectories 2015-01-11 15:20:01 -08:00
4pr0n
dc7762c327 1.1.0 - Version bump for new history and Cheeby rework 2015-01-11 15:10:28 -08:00
4pr0n
7fe17a8f00 Store Cheeby albums in separate folders
Single-image posts go in root directory.
Also maintain order of albums.

For #146
2015-01-11 15:07:38 -08:00
4pr0n
c3b82fff32 Better messaging when instagram rips fail
For #129
2015-01-11 05:39:36 -08:00
4pr0n
083cd8d7cc Logger enhancements
UI shows already-downloaded files as 'completed' instead of 'errored'.
No more "Retrieving" lines in UI log window.
WARN log levels all around.

Mostly for #147
2015-01-11 05:11:10 -08:00
4pr0n
dd55cd1b43 Adding features to "History"
Table-based view.
Tracks # of images in a rip, and dates.
Sortable.
Double-clicking URL allows copying the URL to clipboard.
Can selectively re-rip only albums that are 'checked'
'Checked' albums are persisted when RipMe is closed & reopened.

For #147 (selective re-ripping)
2015-01-11 04:31:30 -08:00
4pr0n
066b0e9f87 1.0.93 - version bump for fixes 2015-01-11 00:46:18 -08:00
4pr0n
4598b0bd38 Get full-size imgur images when ripping reddit users
Closes #142
2015-01-11 00:40:56 -08:00
4pr0n
439722d2e4 Send useragent and referer when downloading videos - fixes gfycat ripper 2015-01-11 00:28:41 -08:00
4pr0n
9e63783abc Storing number of files in history 2015-01-11 00:23:43 -08:00
4pr0n
afb7236db9 Sleep 2sec when fetching reddit pages 2015-01-11 00:07:45 -08:00
4pr0n
e253c87ba3 1.0.92 - Version bump for fixes & vid.me 2015-01-10 16:06:13 -08:00
4pr0n
9487236ca0 Follow 3xx redirects, support https downloads
Closes #151
2015-01-10 16:03:30 -08:00
4pr0n
2e01d63841 Fix pagination on Cheeby ripper
Closes #153
2015-01-10 15:41:41 -08:00
4pr0n
e6f41d5047 Fixing anoni-ib; pass referer when downloading images 2015-01-10 15:39:18 -08:00
4_pr0n
27bda1bc9f Merge pull request #144 from Wiiplay123/master
Added deviantART description ripping
2015-01-10 15:31:46 -08:00
4_pr0n
9770dfed32 Merge pull request #152 from aaaaan/master
Added vid.me ripper
2015-01-10 15:31:31 -08:00
aaaaan
d593cdd9f6 Added vid.me ripper
Rips a video from vidme.
Does not support ripping all videos of a user
2015-01-01 20:56:40 +01:00
Dimtree
ad78c78ec3 Added -d and -D flags, formatting
added -d (--saveorder) and -D (--nosaveorder) flags to control
'download.save_order' from the command line. Replaced some tabs with
spaces.
2014-12-23 23:19:52 -05:00
Wiiplay123
be89649466 Added line breaks to deviantART ripper
Finally added the support for newlines that I've been going on about in
the other commits. Also got rid of a comment that shouldn't have been
there, as well as fixing the fact that I just broke everything two
commits back and didn't notice until just now. Sorry about that!
2014-11-29 23:14:57 -06:00
Wiiplay123
16e0d27f66 Improved description ripping for deviantART
Also, added some functions to AbstractHTMLRipper that should allow
description ripping to be added to other rippers as well.
hasDescriptionSupport() is a function that will be overridden by a
ripper that supports descriptions, and will trigger the description
ripper. getDescription will grab the description from a page, and must
be overridden if you want to grab a description with a ripper.
2014-11-28 22:59:39 -06:00
Wiiplay123
72b40394ae Added deviantART description ripping
It needs some work, notably the description text file doesn't have
prefix. Also, fixed a resource leak in Utils.java
2014-11-28 09:50:04 -06:00
4pr0n
984c55a749 Fix minus bug when albums contained quotation marks
Closes #134
2014-11-27 03:29:31 -08:00
4pr0n
2ae790a49e Fix minus bug in #134 2014-11-27 03:17:36 -08:00
4pr0n
707f64c516 1.0.91 - Cleaning up ChanRipper, fix to work with anonib 2014-11-27 02:08:47 -08:00
g-3x
8df6a1612a Update XhamsterRipper.java
This will able the ripper to detect galleries with the de.xhamster subdomain.
2014-11-17 01:53:21 +01:00
4pr0n
bf933069c2 1.0.90 - Don't show error when ripping a valid URL
Closes #110
2014-10-21 03:04:06 -07:00
4pr0n
c163eadd23 1.0.89 - Fix fapproved ripper
Closes #118
2014-10-21 02:42:27 -07:00
4pr0n
95cc662331 1.0.88 - Fix imgbox rips 2014-10-21 01:37:25 -07:00
4pr0n
eb23e4fa82 1.0.87 - Motherless video ripper 2014-10-21 01:21:08 -07:00
4_pr0n
72ce875a74 Merge pull request #122 from sdt0001/master
Add scraper for idol.sankakucomplex.com tag albums.
2014-10-21 01:16:15 -07:00
Erwin de Haan
8b6c66da0c Fixed the Finebox ripper 2014-10-15 14:02:36 +02:00
SDT
79ffee2371 Add scraper for idol.sankakucomplex.com tag albums. 2014-10-15 16:27:51 +11:00
Erwin de Haan
80563991b1 Removed default netbeans license/author block. 2014-09-08 00:39:51 +02:00
Erwin de Haan
972c1dc75f Made ChanRipper more universal.
Added a nice way to add extra chan sites. This makes sure that the files
are the correct ones (self_hosted). Generic sites still work. Check
http://www.allchans.org/ sometime. And 4chan-x for the list of archives.
The "Can't rip this url" error now gives the message.
Added ChanSite Helper class.
Updates ChanRipperTest urls.

testVineboxAlbums is still failing.
2014-09-08 00:36:08 +02:00
4pr0n
e46e6733fa 1.0.86 - Fix imagefap albums larger than 1k images
Mentioned in #8
2014-08-15 22:07:59 -07:00
4pr0n
f8935af7d6 1.0.85 - Fix for Modelmayhem ripper
Closes #104
2014-08-15 21:55:24 -07:00
4pr0n
084f0e5eaa 1.0.84 - Bug fix: allow ripper to continue when stopped
Closes #106
2014-08-15 21:50:40 -07:00
4pr0n
91ef1c1b31 1.0.82 - Fix 2dgalleries ripper
Closes #96
2014-08-03 12:45:50 -07:00
4pr0n
1fc037358a 1.0.82 - Fix photobucket ripper, Autorip Toggle 2014-08-02 20:17:04 -07:00
4pr0n
44c1073dca Fix photobucket ripper
Closes #95
2014-08-02 20:16:11 -07:00
4pr0n
d4c6637eb2 Default to use appropriate API key for tumblr
Closes #101
2014-08-02 09:27:53 -07:00
4pr0n
badf69acb9 Clipboard Autorip config option for #103 2014-08-02 09:24:07 -07:00
4pr0n
ac859d8f6b 1.0.81 - Fixes for tumblr & seenive. Queue.
Tumblr fix: #102
New rippers: 2DGalleries , ShesFreaky #97
Queue system for rips #15
History is saved to history.json, has capability to save URL, dates, etc #83
2014-08-01 10:41:28 -07:00
4pr0n
158616e382 Fixing clipboard autorip 2014-08-01 10:41:28 -07:00
4pr0n
72fe3303e3 Better history
For #83, replaces existing system but doesn't use new features such as
date, image count, etc.
2014-08-01 10:41:28 -07:00
4pr0n
433aa1e46e Sort of added queueing/history
For #15
2014-08-01 10:41:23 -07:00
4pr0n
e303945d3d Save directories named after album titles are now optional 2014-08-01 10:21:08 -07:00
4pr0n
bc234efba6 Added 2dgalleries ripper
Closes #96
2014-08-01 10:21:08 -07:00
4pr0n
660bae8bab fix seenive ripper 2014-08-01 10:21:08 -07:00
CodeDestroyer
5d682ea8c7 removed extra line 2014-07-31 23:54:33 -04:00
CodeDestroyer
0499cd674c Fixed tumblr url redirect
Tumblr ripper did not account for potential none image urls in the
original_size field.  This is caused by larger images being sent to AWS
 If there is no extension i now get the response’s url and download the
file from AWS
2014-07-31 23:49:56 -04:00
4_pr0n
da8871ec57 Merge pull request #97 from starb0bby/master_4pr0n
Added ShesFreakyRipper (shesfreaky.com/gallery/...)
2014-07-24 23:15:35 -07:00
4pr0n
3d65f38430 1.0.80 - Fix butttoucher
Closes #91
2014-07-24 23:09:54 -07:00
starb0bby
b04547b889 Added ShesFreakyRipper (shesfreaky.com/gallery/...) 2014-07-24 10:02:53 -04:00
4pr0n
763a7445bf 1.0.79 - Support for ripping all images from cheeby 2014-07-21 03:04:05 -07:00
4pr0n
aa296ef72e 1.0.78 - Added BCFakes ripper #8 2014-07-20 01:35:51 -07:00
4pr0n
1057923709 Version bump for various fixes 2014-07-20 01:15:46 -07:00
4pr0n
562f224c21 Added cheeby ripper #8 2014-07-20 01:13:02 -07:00
4pr0n
29f210a468 Support for motherless groups
Isue #8
2014-07-20 01:04:28 -07:00
4pr0n
ae4949d07c Change application title while ripping
Closes #90
2014-07-20 00:59:25 -07:00
4pr0n
bdf8952f79 fix regex on reddit ripper & chan ripper
closes #89
2014-07-20 00:54:41 -07:00
4pr0n
6c84b192b7 1.0.76 - Taptastic ripper improvements
New (improved) filename scheme.
Shortened code length/complexity.
Can now rip all episodes in series from a single /episode/ page.
Code formatting the way I like it.

From pull request #86.
2014-07-01 22:49:52 -07:00
4_pr0n
a95bfa7928 Merge pull request #86 from trilader/master
Added Tapastic ripper
2014-07-01 22:07:45 -07:00
Daniel Schulte
6daa81bb42 Removing an extra space 2014-06-30 23:23:46 +02:00
Daniel Schulte
c8cb0c00b3 Added Tapastic ripper 2014-06-30 23:21:22 +02:00
4pr0n
315c703e3c 'Save URLs only' works for videos 2014-06-28 09:49:11 -07:00
4pr0n
97506c8741 Option to only save URLs to images, not download 2014-06-28 09:47:46 -07:00
4pr0n
baab27d6af 1.0.75 - 500px gets higher-res images #8 2014-06-28 01:40:28 -07:00
4pr0n
c7fce6a420 500px ripper, uses API, doesn't get full-size image 2014-06-28 00:53:17 -07:00
4pr0n
b0e5fa8cb0 Fixed furaffinity ripper. #84
Logs in correctly via https.
Spaces instead of tabs.
No more warnings.
2014-06-27 23:20:52 -07:00
4_pr0n
9e40e55ee9 Merge pull request #84 from trilader/master
Furaffinity ripper.
2014-06-27 20:37:16 -07:00
4pr0n
cda864a1b9 1.0.74 - Videarn video ripper #8 2014-06-27 20:21:16 -07:00
Daniel Schulte
cce85e99cd Trying to hunt down the cookie bug 2014-06-27 22:44:27 +02:00
Daniel Schulte
5428cb8991 Trying to changed code to login the user instead of manually supplying cookie values.
Currently the "a" cookie does not get captured for some reason.
2014-06-27 22:40:03 +02:00
Daniel Schulte
ac04bb9053 Furaffinity ripper 2014-06-27 17:18:09 +02:00
4pr0n
5afbc1ce3a 1.0.73 - Datw.in ripper for #8 2014-06-26 00:48:39 -07:00
4pr0n
2fbcdba1a8 1.0.72 - Support for DeviantArt favourites for #82 2014-06-26 00:12:47 -07:00
4pr0n
53df6caf0a 1.0.71 - Fuskator ripper for #8 2014-06-25 23:22:42 -07:00
4pr0n
349804c968 1.0.70 Reddit ripper retrieves gfycat and vidble links
As requested in #8
2014-06-25 02:06:08 -07:00
4pr0n
eb8beae5dc Fix for ehentai ripper 2014-06-25 01:14:31 -07:00
4pr0n
104cbead5a Download via stream instead of Jsoup for #80 2014-06-25 01:14:05 -07:00
4pr0n
f8f3067099 Decrease maximum filename length for #77 2014-06-25 00:26:57 -07:00
4pr0n
7de64ffd5a Migrated existing rippers to use more abstraction, 2 new video rippers 2014-06-24 19:05:54 -07:00
4pr0n
b9e3d77449 Removed SinglePage ripper 2014-06-22 19:17:40 -07:00
4pr0n
c166f93d57 Moving from MultiPage ripper to HTML ripper, added JSON ripper 2014-06-22 19:12:29 -07:00
4pr0n
b7397cd31e Using new wrapper for HTTP requests, started abstract classes to simplify rippers 2014-06-21 17:08:42 -07:00
4pr0n
1b20e98f8f Unifying external page requests to a single method 2014-06-20 04:09:36 -07:00
4pr0n
d215beb7e3 Removing kinkyshare ripper (defunct site) 2014-06-20 03:25:21 -07:00
4pr0n
113a90120b 1.0.69 - Gfycat video ripper, instagram username fix
For #8
2014-06-20 02:00:45 -07:00
4pr0n
e9094b9e70 Apparently instagram usernames can contain periods 2014-06-17 02:00:12 -07:00
4pr0n
c79ce6c864 1.0.68 - version bump for imagevenue & hentaifoundry 2014-06-17 01:40:19 -07:00
4pr0n
ca4ed62971 Hentai-foundry ripper #8 2014-06-17 01:39:49 -07:00
4pr0n
838ad2a585 Imagevenue ripper #8 2014-06-17 01:39:32 -07:00
Christopher Douglas
5092809ff3 Added Pornhub album ripper 2014-06-14 01:09:15 -07:00
4pr0n
313f3b0de0 1.0.67 - Tumblr ripper can rip external domains
You have to enter the URL in a weird format, though.

For example, to rip `fiddle.se`, you need to try to rip:

`http://fiddle.se.tumblr.com`

Tags and /post/ rips are still supported
2014-06-13 23:14:55 -07:00
4pr0n
3d06bb51e2 1.0.66 Fixing GirlsOfDesire ripper #72 2014-06-12 23:14:19 -07:00
4pr0n
58264cacca Merge pull request #72 from metaprime/desire
[request feedback] removed magic constant; GirlsOfDesire ripper works except for server 403
2014-06-12 23:02:04 -07:00
4pr0n
568918877d 1.0.65 - Vidd.me video ripper 2014-06-12 22:54:06 -07:00
4pr0n
c6957331e7 1.0.64 - Imagebam ripper #8 2014-06-12 22:45:17 -07:00
4pr0n
15142dd898 1.0.63 - Hopefully fixing dead-lock issue while re-ripping all for #22 2014-06-12 20:43:53 -07:00
Christopher Douglas
f27d565e83 removed magic constant; GirlsOfDesire ripper works except for server 403 2014-06-12 02:38:31 -07:00
4pr0n
2307dc454a Increase auto-update timeout to 10 seconds #64 2014-06-12 00:38:19 -07:00
4pr0n
8b2d30496d 1.0.62 - Imgur album directories named after album #49 2014-06-12 00:24:12 -07:00
4pr0n
848a0757fa fixing https issue with URL validator 2014-06-11 23:01:16 -07:00
4pr0n
bcb2e704fb Reset log output file after rip 2014-06-11 23:00:08 -07:00
4pr0n
700440d033 1.0.61 - Logging is optional via configuration
Closes #66
2014-06-11 22:45:54 -07:00
4pr0n
e4c2b2e3fb 1.0.60 - Fixing crazy directory creation bug #67 2014-06-10 20:24:23 -07:00
4pr0n
ad984930ab Increasing timeout for instagram 2014-06-09 20:55:11 -07:00
4pr0n
add3c043b2 1.0.59 - Detect when an album can be ripped instantly #60 2014-06-07 19:54:36 -07:00
4pr0n
fe24620e47 1.0.58 - Logs are written to the album's subdirectory
Closes #61
2014-06-07 18:06:38 -07:00
4pr0n
e88d00ddee Fix for ehentai restricted galleries for #57 2014-06-07 18:06:22 -07:00
4pr0n
5d319355d3 1.0.57 - Nfsfw ripper #8 2014-06-07 12:10:36 -07:00
4pr0n
1c90e98bf2 1.0.56 - Fix for imgur rips
Should close #59
2014-06-07 01:25:39 -07:00
4pr0n
6c90522693 1.0.55 - Ehentai ripper bypasses content warning
Closes #57
2014-06-07 01:05:30 -07:00
4pr0n
574b03e45e 1.0.54 - Mediacru.sh ripper #8
This site requires encryption that isn't supported in older versions of Java.
RipMe will detect if the version of Java isn't compatible and suggest
downloading the latest version of Java from Oracle.
2014-06-06 00:30:49 -07:00
4pr0n
5dc0e25008 Cleaning up indentation 2014-06-04 20:31:11 -07:00
4pr0n
c5eb83a338 1.0.53 - 8Muses ripper can rip subalbums/comics
Should close #52 since it also grabs various image types that aren't
consistent across all albums
2014-06-04 20:28:14 -07:00
Kevin Lacquement
f05aac84c7 Added ability to skip retries on 404 errors. 2014-06-03 08:52:36 -07:00
4pr0n
13d13b28b7 1.0.52 - Imgbox ripper, notifications are optional
Both for #8

Popup notifications are now a config-option, defaults to false
2014-06-01 20:14:59 -07:00
4pr0n
f79f0cdc3c 1.0.51 - Deviantart rips full-size NSFW images #44 2014-06-01 02:02:36 -07:00
4pr0n
e9bee91aba 1.0.50 - Smutty.com ripper 2014-06-01 01:26:35 -07:00
4pr0n
cf7fbb9d3e 1.0.49 - Ehentai ripper revamped
For #41:
* Multi-threading
* Longer wait periods
* Rate-limit checks & retries
* New method for retrieving image from page
2014-06-01 00:04:43 -07:00
4pr0n
0073de17ea 1.0.48 - Imagestash.org /tag/ ripper #8 2014-05-30 05:37:10 -07:00
4pr0n
2947c3d56b Support 'album-' vk.com URLs 2014-05-30 05:37:10 -07:00
4pr0n
62538b8061 Improved logging on errors for #41 2014-05-30 05:36:35 -07:00
4pr0n
0783a99110 1.0.47 - E-hentai: URL validation, logs more info
For troubleshooting #41
2014-05-26 02:15:01 -07:00
4pr0n
3208bf07d6 Added Vidble album ripper #8 2014-05-26 02:14:14 -07:00
4pr0n
cc4aeb977e Added right-click context menu to text box
Closes #1
2014-05-26 00:44:02 -07:00
4pr0n
fbcb77aa70 1.0.46 - Auto-indexing images is now a config option
Files saved with auto-indexing are numbered 001_, 002_, etc
This can now be toggled off via a config switch.
Should close #44
2014-05-26 00:31:58 -07:00
4pr0n
b50eb657f9 1.0.45 - ImageFap /gallery/ links. Closes #46 2014-05-25 20:16:14 -07:00
4pr0n
5e3d4ae044 Overwrite config is set immediately 2014-05-25 20:10:49 -07:00
4pr0n
7beb6a402d Motherless ripper can rip search terms / tags 2014-05-25 20:10:21 -07:00
4pr0n
b800200304 Get proper imgur file extension when ripping reddit albums 2014-05-22 19:41:13 -07:00
4pr0n
1904f1dde7 statigr.am -> iconosquare 2014-05-18 00:52:44 -07:00
4pr0n
567f253491 1.0.44 - Deviantart gets full-sized images when possible #44
Ripping slows down a lot, but it gets full-size image when there's a
"download" button on the deviantart page.
2014-05-17 09:51:18 -07:00
4pr0n
863f722f9c 1.0.43 - Added Modelmayhem ripper #8 2014-05-17 08:52:19 -07:00
4pr0n
3148d10be3 Deviantart orders albums sequentially #43 2014-05-16 22:20:06 -07:00
4pr0n
1aaefcccc8 1.0.42 - Increase album download timeout to 1 hour
Hopefully corrects the issue with large-album-rips from #35
2014-05-16 20:27:49 -07:00
4pr0n
339aa8935d Added Drawcrowd ripper #8 2014-05-15 23:33:47 -07:00
4pr0n
8aa8eaade4 1.0.41 - Properly strip out https flickr links #32 2014-05-15 22:47:59 -07:00
4pr0n
0722667b4e Fix for multi-page deviantart albums #42 2014-05-15 22:44:57 -07:00
4pr0n
29b1afea06 1.0.40 - Flickr groups support, thread bug fix for #32 2014-05-13 23:17:50 -07:00
4pr0n
95f3eb6d36 1.0.39 - Version bump for ehentai + motherless fixes 2014-05-13 23:00:04 -07:00
4pr0n
3d4155529d Fixing ehentai regex for #41 2014-05-13 22:56:02 -07:00
4pr0n
afa9c96df2 Fix ehentai "image.php" filenames. Closes #37 2014-05-13 22:43:04 -07:00
Christopher Douglas
3aa6afee09 getGID seems to be throwing errors on valid gallery urls. closes #39 2014-05-11 21:57:07 -05:00
4pr0n
14c2d8a317 1.0.38 - Rips large imagefap galleries
Closes #25
2014-05-11 10:12:20 -07:00
4pr0n
5e4df22b3c Adding .webm support to chan rippers 2014-05-11 09:52:00 -07:00
4pr0n
a1c46746ce Option to play sound when rip completes
Closes #38
2014-05-11 00:42:09 -07:00
4pr0n
65f8bd2f3b Merge pull request #36 from metaprime/master
implemented ripper for EHentai galleries
2014-05-11 00:42:03 -07:00
4pr0n
81bbcaba2c Added supertangas ripper #8 2014-05-10 23:46:32 -07:00
4pr0n
a0356c8e9b Added vine ripper #8 2014-05-10 23:46:30 -07:00
Christopher Douglas
f9e8dd3306 implemented ripper for EHentai galleries 2014-05-08 13:31:29 -05:00
4pr0n
39bca3bb16 1.0.36 - Added gifyo ripper, sort of works #8 2014-05-06 22:41:32 -07:00
4pr0n
9552609d99 Adding longer timeout to tumblr ripper 2014-05-06 22:12:37 -07:00
4pr0n
28b45e34ed 1.0.35 - Fixing i.rarchives ripper (closes #34)
Also fixed empty directory delete (waits for threads to finish first)
2014-05-04 22:57:57 -07:00
4pr0n
ab018abf03 Delete empty directories after rip
Closes #33

Also better error message handling when ripper errors.
2014-05-04 22:41:20 -07:00
4pr0n
b5e10c0149 Added Fapproved support. #8 2014-05-03 18:04:44 -07:00
4pr0n
0ff9fa667b 1.0.34 - Anonib ripper, better updater #8 2014-05-03 18:04:40 -07:00
4pr0n
a50198c924 Supporte old style of imgur account albums
http://username.imgur.com/album_title

Closes #31
2014-05-02 23:13:31 -07:00
4pr0n
535efb4d88 1.0.33 - Allow duplicate URLs on the imgur ripper 2014-05-01 17:55:24 -07:00
4pr0n
761e75c07d 1.0.32 - Fixing bug when ripper is in directory with special characters
Ripper class finder couldn't load the Jar file as it contained
URL-encoded characters. Chars are decoded before loading JAR.
2014-04-29 21:58:50 -07:00
4pr0n
e5fffbc2c9 1.0.31 - Fixing imgur ripper for large albums
Closes #28
2014-04-29 06:21:08 -07:00
4pr0n
6a45cd59e9 Better about box 2014-04-29 06:21:08 -07:00
4pr0n
55aef94e86 1.0.30 - Added Minus ripper #8 2014-04-25 09:45:37 -07:00
4pr0n
554026bfbe cleaning up some potential bugs 2014-04-25 09:42:54 -07:00
4pr0n
746dd3fdc9 1.0.29 - Bumping version for latest fixes 2014-04-24 20:51:03 -07:00
4pr0n
b8974cac47 Flickr ripper iterates over pages #8 2014-04-24 20:49:48 -07:00
4pr0n
14976f3169 Fixed tumblr ripper for tags that contain spaces
Closes #26
2014-04-24 20:49:40 -07:00
4pr0n
0f6b97c73b Fixed chan ripper to work with 4chan 2014-04-24 19:42:10 -07:00
4pr0n
e5906db588 1.0.28 - Added Vk video (single and albums) rippers #8 2014-04-23 23:12:44 -07:00
4pr0n
bf100f2a32 1.0.27 - Added flickr ripper #8 2014-04-23 22:20:04 -07:00
4pr0n
b62c2248a0 1.0.26 - Ability to rerip history from command-line
"-r" command-line option

Try "-h" for help and other options

Closes #23
2014-04-22 21:19:43 -07:00
4pr0n
2875ee8d41 1.0.25 - Added photobucket ripper #8 2014-04-22 20:50:27 -07:00
4pr0n
a8728ece9f Allowing rippers to pass referrer and cookies to download threads 2014-04-22 20:48:41 -07:00
4pr0n
b0d13d51b1 1.0.24 - Circumventing deadlock during "Re-rip All" #22
Reproducing bug showed cross-thread UI manipulation. Added thread-safety
to two commonly-called events:
1) beginning of rip -> pack() on main JFrame
2) updating of rip status -> Appending text to log text box
2014-04-21 23:08:11 -07:00
4pr0n
9ccbc8ac09 Handle statigr.am URLs (for re-ripping) 2014-04-21 23:03:40 -07:00
4pr0n
749d0dfb87 Prepend teenplanet album directories with 'teenplanet' 2014-04-21 00:17:07 -07:00
4pr0n
acc7f87ad5 1.0.23 - Added teenplanet album ripper #8 2014-04-21 00:03:53 -07:00
4pr0n
20b39743fe Added naive support for i.rarchives.com rips #8 2014-04-21 00:03:53 -07:00
4pr0n
0e04590e46 Added butttoucher ripper #8 2014-04-21 00:03:50 -07:00
4pr0n
d5822b3700 1.0.22 - Fixing bug where nothing worked #20
Adding the /rippers/video subdirectory package caused the
auto-class-finder to try to initialize a class that did not exist (dir
name instead of class name).
2014-04-20 17:35:17 -07:00
4pr0n
09162522f0 1.0.21 - Allow ripping images from imgur user account, closes #20
Urls like http://<imguracct>.imgur.com/all will rip images.
Previously only supported user account albums.
2014-04-20 13:21:52 -07:00
4pr0n
e65f118d53 1.0.20 - Added youporn and beeg video rippers #18 2014-04-20 10:59:02 -07:00
4pr0n
65f014319e Added vine video ripper #18 2014-04-20 00:22:27 -07:00
4pr0n
67e947a0e5 Added support for pornhub videos #18 2014-04-20 00:13:13 -07:00
4pr0n
9946777e81 Added video ripper support, xvideos for now #18 2014-04-20 00:12:55 -07:00
4pr0n
fce0ecd8bf 1.0.19 - Fix for imgur account ripper. Closes #19 2014-04-19 11:14:40 -07:00
4pr0n
8db6e2a11b 1.0.18 - added kinkyshare ripper 2014-04-19 03:06:30 -07:00
4pr0n
f4f8ce7f2e Added stop button 2014-04-17 22:11:37 -07:00
4pr0n
aa1dca25ea Added button icons 2014-04-17 21:43:34 -07:00
4pr0n
cfb99e0cbb 1.0.17 - Added generic *chan ripper #8 2014-04-12 16:58:43 -07:00
4pr0n
3a2dcdb4ec Imgur ripper overhaul, image titles saved to filename #17
Still no album title = directory yet
2014-04-12 16:58:43 -07:00
4pr0n
1efac50834 Directories named after albums are sanitized first 2014-04-12 16:58:43 -07:00
4pr0n
4207a4f186 Imagefap rips are stored in directory named after album #17
Fall-back uses original directory-naming scheme (host_galleryid)
2014-04-12 16:58:43 -07:00
4pr0n
a1dd9bbd25 1.0.16 - Fixed bug for Instagram usernames with - and _ #7 2014-04-10 23:21:34 -07:00
4pr0n
abdf7a504c 1.0.15: Updater script should work on Windows #16
Uses batch/shell script to replace the updated jar & execute
2014-04-10 23:02:05 -07:00
4pr0n
595d8c13f5 1.0.14 - Fix twitter rips containing underscores #7 2014-04-09 19:37:58 -07:00
4pr0n
66671ff552 Merge branch 'master' into hotfix-updater
Conflicts:
	pom.xml
	src/main/java/com/rarchives/ripme/ui/UpdateUtils.java
2014-04-08 23:35:39 -07:00
4pr0n
0eba920ca4 Updating is more verbose, has more error handling 2014-04-08 23:33:26 -07:00
4pr0n
f6730f34ac Fixed clipboard autorip bug in #11 2014-04-08 00:55:26 -07:00
4pr0n
7f390962b6 404'd images are marked as "errored" #13 2014-04-07 22:37:21 -07:00
4pr0n
a5e3acc386 Notifications on rips when window is hidden #11 2014-04-07 21:59:47 -07:00
4pr0n
12e199ae60 More verbose completion, #14
Small UI tweaks (bold tab buttons)
2014-04-07 19:48:53 -07:00
4pr0n
6ce417a2fb Auto-update functionality. UI is prettier, too 2014-04-06 23:11:57 -07:00
4pr0n
a82ac14844 Added icons, SystemTray menu, clipboard autorip 2014-04-06 17:26:30 -07:00
4pr0n
9856065ccd Merge pull request #10 from talsemgeest/master
Set to use the OS look and feel
2014-04-06 12:23:16 -07:00
4pr0n
e904a7ee97 Added support for imgur.com/r/subreddit albums 2014-04-06 12:07:53 -07:00
4pr0n
0863a9328c Configurations are persistent 2014-04-06 03:39:30 -07:00
4pr0n
311ccca5ee Got rid of history file 2014-04-06 03:27:30 -07:00
4pr0n
29e6a99f82 Persist config 2014-04-06 02:41:04 -07:00
talsemgeest
7f80e077d1 Set to use the OS look and feel 2014-04-06 16:54:22 +12:00
4pr0n
1c2871a389 Prettying the updater UI
Doesn't freeze on "check for updates". Pop-up confirmation dialog.
2014-04-05 16:59:28 -07:00
4pr0n
72cd101d2a Fixed spaces-in-directory bug #9 2014-04-05 13:52:27 -07:00
4pr0n
d51ad485f6 Added VK ripper 2014-04-05 13:44:43 -07:00
4pr0n
e0275949f7 Added debug statements while finding rippers 2014-04-05 11:52:25 -07:00
4pr0n
17d544498a Fixing UI 2014-04-05 09:35:59 -07:00
4pr0n
4279087605 More update-button wackiness 2014-04-05 02:11:04 -07:00
4pr0n
048e53058a Can update script in configuration
Downloads latest jar from rarchives, saves, executes.
2014-04-05 01:39:10 -07:00
4pr0n
04de8d7a09 Pressing enter rips, better error messages
And the history pane isn't so ugly
2014-04-04 01:08:04 -07:00
4pr0n
df3b6b6000 Fixed imgur ripper to grab full large albums 2014-04-04 00:55:04 -07:00
4pr0n
68ffc7f760 Fixed gonewild ripper regex
Triggered by URLs that resemble `gonewild:username` or `http://gonewild.com/username`
2014-04-04 00:38:40 -07:00
4pr0n
8a22035b89 Twitter ripper makes 8 more requests, stops
Previously 2 requests every time.
Now 10 requests (configurable) and stops when it hits the last tweet.
2014-04-03 23:53:51 -07:00
4pr0n
01bc94ae0b Fixing configuration so it works from JARs 2014-03-24 08:02:32 -07:00
4pr0n
42c0473e3d Merge pull request #4 from maesse/master
Fixing reddit ripper, imgur image retrieval, UI bugs.
2014-03-16 17:29:30 -07:00
Mads
56cecd243d Reverting deletion of GoneWildRipper 2014-03-16 23:30:41 +01:00
4pr0n
597a7b3903 Xhamster support 2014-03-13 20:26:23 -07:00
Mads
95912b8343 small fix 2014-03-13 20:38:11 +01:00
Mads
812bf26b3c Fixed UI exceptions caused by modifications to the UI outside the event thread. 2014-03-13 20:18:35 +01:00
Mads
acde4ed63f Fixed Imgur URLs not being recognized in some cases 2014-03-13 20:14:51 +01:00
Mads
e49cab1254 Fixed RedditRipper (Removed GoneWildRipper).
RedditRipper retries download on timeout (should be a global setting)
2014-03-13 20:13:01 +01:00
4pr0n
b662b46a44 Deviantart support 2014-03-13 02:26:55 -07:00
4pr0n
14afa9695c 8Muses support 2014-03-12 19:29:31 -07:00
4pr0n
9576896117 Added timeouts and increased maximum file download sizes 2014-03-12 19:29:11 -07:00
4pr0n
1cdec765cc Support multi-page motherless albums 2014-03-12 02:14:40 -07:00
4pr0n
e975ae6a5c Fixing scrollbar on history 2014-03-11 23:54:36 -07:00
4pr0n
c8cfc57e5b Reddit support 2014-03-11 01:29:59 -07:00
4pr0n
aa78f60ce0 various bug fixes 2014-03-11 01:29:46 -07:00
4pr0n
2bfa377d5d UI tweaks 2014-03-11 01:29:26 -07:00
4pr0n
8e1dc5789b fixing rip completion check, various log lines 2014-03-09 17:12:10 -07:00
4pr0n
c288afdd0a Tumblr support 2014-03-09 17:11:29 -07:00
4pr0n
034dc1d390 Fixing logging on instagram rips 2014-03-09 16:49:51 -07:00
4pr0n
43948fd320 Document *all* the things 2014-03-09 00:20:22 -08:00
4pr0n
8b7e471b1c Rip-all history works! 2014-03-08 23:59:36 -08:00
4pr0n
2d49cb2b7b UI Tweaks: save/load history, auto-scrolling logs 2014-03-08 12:22:49 -08:00
4pr0n
55e58b542d Auto-scroll when creating logs 2014-03-08 11:27:30 -08:00
4pr0n
3deddf3af6 Seenive support 2014-03-08 11:23:50 -08:00
4pr0n
2e1ee0fa6d Tweaks to vinebox ripper 2014-03-08 11:23:21 -08:00
4pr0n
8bfae563d2 Vinebox ripper 2014-03-08 02:38:52 -08:00
4pr0n
7c63f3a492 Error handling on gonewild rips 2014-03-08 02:38:39 -08:00
4pr0n
c48ebff21d Added gonewild ripper 2014-03-07 00:24:09 -08:00
4pr0n
76d27fd199 Added motherless support, various unit test changes
Motherless ripper gets images and videos.
Unit tests have flag to avoid downloading content on every execution.
2014-03-06 23:41:49 -08:00
4pr0n
4a47cc650e Added twitter support. 2014-03-05 04:56:13 -08:00
4pr0n
0fc42d844b Fixing bug in AbstractRipper 2014-03-05 04:55:51 -08:00
4pr0n
1e5d76742c moving class discovery to Utils class 2014-03-04 05:35:35 -08:00
4pr0n
65d4b55cba Fixed ripper discovery in JARs, moved to 1.7
...I think. Unit tests are passing so that's a good sign.
2014-03-03 02:29:02 -08:00
4pr0n
e2bb412d9f Added instagram ripper, integration tests.
Also fixed parts of the imgur ripper.
2014-03-03 00:44:07 -08:00
4pr0n
c5c55055c2 Simplifying log lines 2014-03-02 01:30:52 -08:00
4pr0n
a6c345a92d UI: Added dropdowns for logs, history, and config.
Only logs works for now. Gussied up the UI as well.
2014-03-02 01:12:20 -08:00
4pr0n
a2a86960b0 Much nicer UI for rip progress.
Progress bar, percentage, counts of pending,completed,errored files.
Also using GridBagLayout manager for placement of UI elements.
2014-03-01 23:28:37 -08:00
4pr0n
857b8a86b5 Fixed command-line ripping bug. Finds all rippers
No need to hard-code rippers! Yay!
2014-03-01 19:37:09 -08:00
4pr0n
24d53e52b1 Option to open directory after rip finishes.
This UI is so friggin ugly
2014-03-01 18:08:16 -08:00
4pr0n
af9f5ce272 UI does not freeze during rip, moved to JRE-1.6 2014-03-01 02:43:47 -08:00
4pr0n
07c73701db Added basic GUI with event handling.
Long way to go, but it's a start.
2014-03-01 02:13:32 -08:00
4pr0n
04ce12b546 More imgur ripping support. Better logging.
Can rip imgur account pages, series of imgur images (separated by
commas). Also gets highest-res imgur images.
Logging is less verbose and more human-readable.
2014-02-28 03:04:03 -08:00
4pr0n
25232c0ab3 Added retry logic for downloads, imagearn ripper 2014-02-27 20:25:16 -08:00
4pr0n
569b7fbdc4 Prettier console output 2014-02-27 19:49:28 -08:00
4pr0n
85fd7f0847 imgur albums rip via command-line. wowza 2014-02-27 01:28:23 -08:00
4pr0n
46e2948403 Added threaded download manager, imgur ripper works 2014-02-26 19:54:44 -08:00
4pr0n
582ecd8ae8 Got log4j logging and apache config working (?) 2014-02-25 23:44:22 -08:00
4pr0n
db9a87595e initial commit. basic ripper skeleton. long ways to go 2014-02-25 01:28:22 -08:00