OSDN Git Service

コンフィグを用いた禁則文字置換を実装
[coroid/NicoBrowser.git] / src / nicobrowser / NicoHttpClient.java
index 3b1c7da..557f605 100644 (file)
@@ -649,7 +649,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);
     }