1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-29 16:50:10 +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");
break;
case HOMEPAGE:
default: // case HOMEPAGE:
this.pageNum++;
nextUrl = "https://sinnercomics.com/page/" + String.valueOf(this.pageNum);
break;