mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-07-31 19:10:15 +02:00
Update CfakeRipper.java
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user