@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");
|
String image = thumb.attr("src");
|
||||||
image = image.replaceAll(
|
image = image.replaceAll(
|
||||||
"http://p[0-9]*\\.",
|
"https://upt.xhcdn\\.",
|
||||||
"http://up.");
|
"http://up.xhamster.");
|
||||||
image = image.replaceAll(
|
image = image.replaceAll(
|
||||||
"_160\\.",
|
"_160\\.",
|
||||||
"_1000.");
|
"_1000.");
|
||||||
|
Loading…
Reference in New Issue
Block a user