@slauzon: Fix xHamster ripper for image galleries. Closes 4pr0n/ripme#360.

This commit is contained in:
root 2016-11-21 16:07:43 -06:00 committed by MetaPrime
parent 942f1645a9
commit 6321aba898

View File

@ -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.");