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
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
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
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
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
cyian-1756
141478213c
eroshare ripper now grabs album name
2017-03-19 19:50:29 -04:00
cyian-1756
19a88b9d33
Added xhamsters new cdn domain
2017-03-19 13:35:24 -04:00
cyian-1756
b3873b26b4
SinnerComics: Added work around for naming bug ( #472 )
2017-03-14 14:16:33 -07: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
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
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
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
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
2ea2bee74a
Fix #401 : Imgbox: correctly convert thumbnail urls to full-size urls.
2016-12-27 23:14:25 -06: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
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
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
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
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