@slauzon: Fix xHamster ripper for image galleries. Closes 4pr0n/ripme#360.
This commit is contained in:
parent
942f1645a9
commit
6321aba898
@ -46,8 +46,8 @@ public class XhamsterRipper extends AlbumRipper {
|
||||
}
|
||||
String image = thumb.attr("src");
|
||||
image = image.replaceAll(
|
||||
"http://p[0-9]*\\.",
|
||||
"http://up.");
|
||||
"https://upt.xhcdn\\.",
|
||||
"http://up.xhamster.");
|
||||
image = image.replaceAll(
|
||||
"_160\\.",
|
||||
"_1000.");
|
||||
|
Loading…
Reference in New Issue
Block a user