From a883f5b3c7d728b6ff9e69b7c530b03eda158c08 Mon Sep 17 00:00:00 2001 From: yukihane Date: Thu, 11 Aug 2011 14:47:23 +0900 Subject: [PATCH] =?utf8?q?=E5=BE=93=E6=9D=A5NicoClientImpl=E3=82=92?= =?utf8?q?=E4=BD=BF=E7=94=A8=E3=81=97=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE?= =?utf8?q?=E3=82=82=E3=81=AE=E3=82=92NicoBrowser=E3=81=AEAPI=E3=81=AB?= =?utf8?q?=E5=A4=89=E6=9B=B4=20(cherry=20picked=20from=20commit=206ddf3b28?= =?utf8?q?ea695a4b8f3a9fd262a1a04331485686)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Conflicts: frontend/src/saccubus/converter/filegetter/WebFileInstanciator.java --- frontend/src/saccubus/converter/filegetter/WebFileInstanciator.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/saccubus/converter/filegetter/WebFileInstanciator.java b/frontend/src/saccubus/converter/filegetter/WebFileInstanciator.java index e53a5b9..fae7cae 100644 --- a/frontend/src/saccubus/converter/filegetter/WebFileInstanciator.java +++ b/frontend/src/saccubus/converter/filegetter/WebFileInstanciator.java @@ -8,9 +8,9 @@ import saccubus.ConvertStopFlag; import saccubus.converter.profile.Proxy; import saccubus.net.CommentInfo; import saccubus.net.NicoClient; -import saccubus.net.NicoClientImpl; import saccubus.net.VideoInfo; import saccubus.util.WayBackTimeParser; +import yukihane.inqubus.saccubus_adapter.NicoBrowserAdapter; /** * 動画ファイル, コメントファイルなど必要なファイルのうち, 1つでもダウンロード処理を必要とする場合のインスタンス化クラス. @@ -45,8 +45,7 @@ public class WebFileInstanciator extends FileInstanciator { host = null; port = -1; } - // TODO Implを直接newしている - client = new NicoClientImpl(li.getMail(), li.getPass(), stopFlag, host, port) { + client = new NicoBrowserAdapter(li.getMail(), li.getPass(), stopFlag, host, port) { }; if (!client.isLoggedIn()) { -- 2.11.0