/** @return ログインが正常に完了していればtrue. */
boolean isLoggedIn();
- VideoInfo getVideoInfo(String videoId, String time) throws IOException;
+ VideoInfo getVideoInfo(String videoId) throws IOException;
+
+ CommentInfo getWayBackKey(VideoInfo vi, String time) throws IOException;
File getVideo(VideoInfo videoInfo, File file, TextProgressListener listener);
- File getComment(VideoInfo videoInfo, File file, TextProgressListener listener, String com);
+ File getComment(VideoInfo videoInfo, CommentInfo commentInfo, File file, TextProgressListener listener, String com);
File getTcomment(VideoInfo videoInfo, File file, TextProgressListener listener);
}