mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-08 14:56:38 +02:00
Fixing indent
This commit is contained in:
@@ -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_\\-]+)/?$");
|
Pattern p = Pattern.compile("https://freecomiconline.me/comic/([a-zA-Z0-9_\\-]+)/([a-zA-Z0-9_\\-]+)/?$");
|
||||||
Matcher m = p.matcher(nextPage);
|
Matcher m = p.matcher(nextPage);
|
||||||
if(m.matches()){
|
if(m.matches()){
|
||||||
nextUrl = m.group(0);
|
nextUrl = m.group(0);
|
||||||
}
|
}
|
||||||
if(nextUrl.equals("")) throw new IOException("No more pages");
|
if(nextUrl.equals("")) throw new IOException("No more pages");
|
||||||
sleep(500);
|
sleep(500);
|
||||||
|
Reference in New Issue
Block a user