forked from j62/ctbrec
Use baseUrl in loadStreamInfo
This commit is contained in:
parent
8a3f81a77a
commit
353f3fb317
|
@ -240,7 +240,7 @@ public class Chaturbate extends AbstractSite {
|
|||
.add("bandwidth", "high")
|
||||
.build();
|
||||
Request req = new Request.Builder()
|
||||
.url("https://chaturbate.com/get_edge_hls_url_ajax/")
|
||||
.url(getBaseUrl() + "/get_edge_hls_url_ajax/")
|
||||
.post(body)
|
||||
.addHeader("X-Requested-With", "XMLHttpRequest")
|
||||
.build();
|
||||
|
|
Loading…
Reference in New Issue