import saccubus.ConvertStopFlag;
import saccubus.converter.profile.Proxy;
import saccubus.net.NicoClient;
+import saccubus.net.NicoClientImpl;
import saccubus.net.VideoInfo;
/**
host = null;
port = -1;
}
- client = new NicoClient(li.getMail(), li.getPass(), stopFlag, host, port);
+ // TODO Implを直接newしている
+ client = new NicoClientImpl(li.getMail(), li.getPass(), stopFlag, host, port) {};
if (!client.isLoggedIn()) {
throw new IOException("ログインに失敗");