mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-12 08:54:11 +02:00
Update PorncomixinfoRipper.java
This commit is contained in:
@@ -43,8 +43,6 @@ public class PorncomixinfoRipper 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("a.next_page").first();
|
Element elem = doc.select("a.next_page").first();
|
||||||
if (elem == null) {
|
if (elem == null) {
|
||||||
|
Reference in New Issue
Block a user