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")
|
.add("bandwidth", "high")
|
||||||
.build();
|
.build();
|
||||||
Request req = new Request.Builder()
|
Request req = new Request.Builder()
|
||||||
.url("https://chaturbate.com/get_edge_hls_url_ajax/")
|
.url(getBaseUrl() + "/get_edge_hls_url_ajax/")
|
||||||
.post(body)
|
.post(body)
|
||||||
.addHeader("X-Requested-With", "XMLHttpRequest")
|
.addHeader("X-Requested-With", "XMLHttpRequest")
|
||||||
.build();
|
.build();
|
||||||
|
|
Loading…
Reference in New Issue