forked from j62/ctbrec
1
0
Fork 0

Use baseUrl in loadStreamInfo

This commit is contained in:
0xboobface 2018-12-02 22:33:49 +01:00
parent 8a3f81a77a
commit 353f3fb317
1 changed files with 1 additions and 1 deletions

View File

@ -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();