improved xhamster cdn replacing regex

This commit is contained in:
cyian-1756 2017-03-24 17:58:17 -04:00
parent 19a88b9d33
commit 23e464d0c1

View File

@ -48,7 +48,7 @@ public class XhamsterRipper extends AlbumRipper {
image = image.replaceAll( image = image.replaceAll(
"https://upt.xhcdn\\.", "https://upt.xhcdn\\.",
"http://up.xhamster."); "http://up.xhamster.");
image = image.replaceAll("ept.xhcdn", "ep.xhamster"); image = image.replaceAll("ept\\.xhcdn", "ep.xhamster");
image = image.replaceAll( image = image.replaceAll(
"_160\\.", "_160\\.",
"_1000."); "_1000.");