mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-06 05:47:29 +02:00
Update CfakeRipper.java
This commit is contained in:
@@ -49,8 +49,6 @@ public class CfakeRipper extends AbstractHTMLRipper {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Document getNextPage(Document doc) throws IOException {
|
public Document getNextPage(Document doc) throws IOException {
|
||||||
|
|
||||||
|
|
||||||
// We use comic-nav-next to the find the next page
|
// We use comic-nav-next to the find the next page
|
||||||
Element elem = doc.select("td > div.next > a").first();
|
Element elem = doc.select("td > div.next > a").first();
|
||||||
if (elem == null) {
|
if (elem == null) {
|
||||||
|
Reference in New Issue
Block a user