1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-04-20 20:01:51 +02:00

Update CfakeRipper.java

This commit is contained in:
metaprime 2025-02-01 23:24:53 -08:00 committed by GitHub
parent 94e8086daa
commit 2ae74fd202
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,8 +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("td > div.next > a").first();
if (elem == null) {