1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-01 19:40:18 +02:00

Added xhamsters new cdn domain

This commit is contained in:
cyian-1756
2017-03-19 13:35:24 -04:00
parent 306b7ec9cb
commit 19a88b9d33

View File

@@ -48,6 +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( image = image.replaceAll(
"_160\\.", "_160\\.",
"_1000."); "_1000.");