Version 1.1.0
[fanfix.git] / src / be / nikiroo / fanfix / supported / E621.java
index 665bdd5100cb0e7ef2b10ebc972a0c0729dca607..5ebd6b317661cf0ff2b1ff0cf357559df469b380 100644 (file)
@@ -14,6 +14,7 @@ import be.nikiroo.fanfix.data.Chapter;
 import be.nikiroo.fanfix.data.MetaData;
 import be.nikiroo.fanfix.data.Story;
 import be.nikiroo.utils.StringUtils;
+import be.nikiroo.utils.ui.Progress;
 
 /**
  * Support class for <a href="http://e621.net/">e621.net</a> and <a
@@ -54,9 +55,9 @@ class E621 extends BasicSupport {
        }
 
        @Override
-       public Story process(URL url) throws IOException {
+       public Story process(URL url, Progress pg) throws IOException {
                // There is no chapters on e621, just pagination...
-               Story story = super.process(url);
+               Story story = super.process(url, pg);
 
                Chapter only = new Chapter(1, null);
                for (Chapter chap : story) {