1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-12 00:44:03 +02:00

Update PorncomixinfoRipper.java

This commit is contained in:
metaprime
2025-02-01 23:30:29 -08:00
committed by GitHub
parent 5685ef4908
commit 2f65bc4e00

View File

@@ -43,8 +43,6 @@ public class PorncomixinfoRipper 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("a.next_page").first();
if (elem == null) {