Skip to content

Commit

Permalink
fix Fumanhua again..
Browse files Browse the repository at this point in the history
  • Loading branch information
abc9070410 committed Aug 20, 2016
1 parent 8b800d4 commit 44248d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/jcomicdownloader/module/ParseFumanhua.java
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ public void parseComicURL() { // parse URL and save all URLs in comicURL //

int p = 0; // 目前頁數
String picURL = firstPicURL; // 每張圖片位址
for ( int i = 1 ; i <= totalPage; i++ ) {
String nowFileName = formatter.format( i ) + "." + extension;
String nextFileName = formatter.format( i + 1 ) + "." + extension;

Expand Down

0 comments on commit 44248d0

Please sign in to comment.