OSDN Git Service

getWayBackKeyメソッドではwaybackkey取得のみを行うようにインタフェースを定義しなおし
[coroid/inqubus.git] / frontend / src / saccubus / net / NicoClient.java
index 1fc2991..c54f6c8 100644 (file)
@@ -15,7 +15,11 @@ public interface NicoClient {
 
     VideoInfo getVideoInfo(String videoId) throws IOException;
 
-    CommentInfo getWayBackKey(VideoInfo vi, String time) throws IOException;
+    /**
+     * 過去ログ取得のためのキーを取得する.
+     * @param vi {@link #getVideoInfo(java.lang.String) }で取得したビデオ情報.
+     */
+    String getWayBackKey(VideoInfo vi) throws IOException;
 
     File getVideo(VideoInfo videoInfo, File file, TextProgressListener listener);