Update common/src/main/java/ctbrec/sites/chaturbate/ChaturbateModel.java

revert change (for now, i case its needed later)
This commit is contained in:
j62 2025-03-13 17:05:36 -07:00
parent 40d645f10a
commit e9825868b3
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ public class ChaturbateModel extends AbstractModel {
String content = response.body().string();
log.trace("Raw stream info for model {}: {}", getName(), content);
streamInfo = mapper.readValue(content, StreamInfo.class);
streamInfo.url = streamInfo.url.replaceAll("live-hls", "live-c-fhls").replaceAll("playlist\\.m3u8", "playlist_sfm4s.m3u8");
//streamInfo.url = streamInfo.url.replaceAll("live-hls", "live-c-fhls").replaceAll("playlist\\.m3u8", "playlist_sfm4s.m3u8");
return streamInfo;
} else {
int code = response.code();