forked from j62/ctbrec
1
0
Fork 0

Add Stripchat to server

This commit is contained in:
0xboobface 2020-02-23 19:52:34 +01:00
parent 8cafc7124f
commit 3ec4d74545
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,7 @@ import ctbrec.sites.flirt4free.Flirt4Free;
import ctbrec.sites.jasmin.LiveJasmin;
import ctbrec.sites.mfc.MyFreeCams;
import ctbrec.sites.streamate.Streamate;
import ctbrec.sites.stripchat.Stripchat;
public class HttpServer {
@ -110,6 +111,7 @@ public class HttpServer {
sites.add(new LiveJasmin());
sites.add(new MyFreeCams());
sites.add(new Streamate());
sites.add(new Stripchat());
}
private void addShutdownHook() {