improved xhamster cdn replacing regex
This commit is contained in:
parent
19a88b9d33
commit
23e464d0c1
@ -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.");
|
||||||
|
Loading…
Reference in New Issue
Block a user