mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-22 13:33:18 +02:00
Removed debugging statments
This commit is contained in:
@@ -49,7 +49,6 @@ public class MyreadingmangaRipper extends AbstractHTMLRipper {
|
||||
|
||||
@Override
|
||||
public List<String> getURLsFromPage(Document doc) {
|
||||
LOGGER.info(doc);
|
||||
List<String> result = new ArrayList<>();
|
||||
for (Element el : doc.select("div.separator > img")) {
|
||||
String imageSource = el.attr("data-lazy-src");
|
||||
|
@@ -0,0 +1,4 @@
|
||||
package com.rarchives.ripme.tst.ripper.rippers;
|
||||
|
||||
public class MyreadingmangaRipperTest {
|
||||
}
|
Reference in New Issue
Block a user