OSDN Git Service

置換文字設定を削除
[coroid/NicoBrowser.git] / src / nicobrowser / NicoHttpClient.java
index c27666f..adf435b 100644 (file)
@@ -823,7 +823,7 @@ public class NicoHttpClient {
             ProgressListener listener) throws IOException, URISyntaxException, HttpException, InterruptedException {
         String file = FilenameUtils.getName(fileName);
         String dir = fileName.substring(0, fileName.length() - file.length());
-        NamePattern np = new NamePattern(file, "", "", "");
+        NamePattern np = new NamePattern(file, "");
         return getFlvFile(vi, new File(dir), np, nowStatus, needLowFile, listener);
     }