mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-21 05:01:30 +02:00
cleanup
This commit is contained in:
@@ -49,7 +49,6 @@ public class CfakeRipper extends AbstractHTMLRipper {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Document getNextPage(Document doc) throws IOException {
|
public Document getNextPage(Document doc) throws IOException {
|
||||||
// We use comic-nav-next to the find the next page
|
|
||||||
Element elem = doc.select("div#wrapper_path div#content_path div#num_page").last();
|
Element elem = doc.select("div#wrapper_path div#content_path div#num_page").last();
|
||||||
if (elem == null) {
|
if (elem == null) {
|
||||||
throw new IOException("No more pages (cannot find nav)");
|
throw new IOException("No more pages (cannot find nav)");
|
||||||
|
Reference in New Issue
Block a user