forked from j62/ctbrec
Add Stripchat to server
This commit is contained in:
parent
8cafc7124f
commit
3ec4d74545
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue