1
0
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:
cyian-1756
2019-02-22 10:04:59 -05:00
parent f35921d5b9
commit 3adc3e8531
2 changed files with 4 additions and 1 deletions

View File

@@ -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");

View File

@@ -0,0 +1,4 @@
package com.rarchives.ripme.tst.ripper.rippers;
public class MyreadingmangaRipperTest {
}