1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-30 17:20:20 +02:00

added a default switch case

This commit is contained in:
buzzlightmonth
2018-10-28 22:30:59 +01:00
parent 066421230a
commit 039a45775a

View File

@@ -125,7 +125,7 @@ public class SinnercomicsRipper extends AbstractHTMLRipper {
nextUrl = elem.attr("href"); nextUrl = elem.attr("href");
break; break;
case HOMEPAGE: default: // case HOMEPAGE:
this.pageNum++; this.pageNum++;
nextUrl = "https://sinnercomics.com/page/" + String.valueOf(this.pageNum); nextUrl = "https://sinnercomics.com/page/" + String.valueOf(this.pageNum);
break; break;