Fix MVLive recordings
This commit is contained in:
parent
51c1a82f1d
commit
d3c5342791
|
@ -34,7 +34,7 @@ public class MVLive extends AbstractSite {
|
|||
|
||||
private static final Logger LOG = LoggerFactory.getLogger(MVLive.class);
|
||||
|
||||
public static final String APP_HOST = "app-v1.live.manyvids.com";
|
||||
public static final String APP_HOST = "app-v2.live.manyvids.com";
|
||||
public static final String WS_URL = "wss://" + APP_HOST;
|
||||
public static final String WS_ORIGIN = "https://live.manyvids.com";
|
||||
public static final String BASE_URL = "https://www.manyvids.com/MVLive/";
|
||||
|
|
Loading…
Reference in New Issue