From 211231899fa9198b7c785e28920e66b4e5e39905 Mon Sep 17 00:00:00 2001 From: jafea7 Date: Sun, 27 Apr 2025 17:39:22 +1000 Subject: [PATCH] Update CB URL for CMF --- common/src/main/java/ctbrec/sites/chaturbate/Chaturbate.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/src/main/java/ctbrec/sites/chaturbate/Chaturbate.java b/common/src/main/java/ctbrec/sites/chaturbate/Chaturbate.java index a6bfaf62..cf2af4bf 100644 --- a/common/src/main/java/ctbrec/sites/chaturbate/Chaturbate.java +++ b/common/src/main/java/ctbrec/sites/chaturbate/Chaturbate.java @@ -55,7 +55,8 @@ public class Chaturbate extends AbstractSite { ChaturbateModel m = new ChaturbateModel(this); m.setName(normalizedName); m.setUrl(getBaseUrl() + '/' + normalizedName + '/'); - m.setPreview("https://roomimg.stream.highwebmedia.com/ri/" + normalizedName + ".jpg?" + Instant.now().getEpochSecond()); + // m.setPreview("https://roomimg.stream.highwebmedia.com/ri/" + normalizedName + ".jpg?" + Instant.now().getEpochSecond()); + m.setPreview("https://thumb.live.mmcdn.com/ri/" + normalizedName + ".jpg"); return m; }