Fix MVLive recordings

This commit is contained in:
0xb00bface 2021-01-24 12:12:38 +01:00
parent 51c1a82f1d
commit d3c5342791
1 changed files with 1 additions and 1 deletions

View File

@ -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/";