1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-04-22 12:42:02 +02:00

Fixing indent

This commit is contained in:
darshan-poudel 2020-05-01 12:32:55 -05:00 committed by GitHub
parent 1ea679575c
commit 606f3665ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ public class FreeComicOnlineRipper extends AbstractHTMLRipper {
Pattern p = Pattern.compile("https://freecomiconline.me/comic/([a-zA-Z0-9_\\-]+)/([a-zA-Z0-9_\\-]+)/?$");
Matcher m = p.matcher(nextPage);
if(m.matches()){
nextUrl = m.group(0);
nextUrl = m.group(0);
}
if(nextUrl.equals("")) throw new IOException("No more pages");
sleep(500);