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(
|
||||
"https://upt.xhcdn\\.",
|
||||
"http://up.xhamster.");
|
||||
image = image.replaceAll("ept.xhcdn", "ep.xhamster");
|
||||
image = image.replaceAll("ept\\.xhcdn", "ep.xhamster");
|
||||
image = image.replaceAll(
|
||||
"_160\\.",
|
||||
"_1000.");
|
||||
|
Loading…
Reference in New Issue
Block a user