1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-19 04:01:45 +02:00
This commit is contained in:
MetaPrime
2025-04-19 19:40:48 -07:00
parent 3062485d58
commit ee0b1a1d6b

View File

@@ -49,7 +49,6 @@ public class CfakeRipper extends AbstractHTMLRipper {
@Override
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();
if (elem == null) {
throw new IOException("No more pages (cannot find nav)");