We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3062485 commit ee0b1a1Copy full SHA for ee0b1a1
src/main/java/com/rarchives/ripme/ripper/rippers/CfakeRipper.java
@@ -49,7 +49,6 @@ public Document getFirstPage() throws IOException {
49
50
@Override
51
public Document getNextPage(Document doc) throws IOException {
52
- // We use comic-nav-next to the find the next page
53
Element elem = doc.select("div#wrapper_path div#content_path div#num_page").last();
54
if (elem == null) {
55
throw new IOException("No more pages (cannot find nav)");
0 commit comments