mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-26 23:34:53 +02:00
Removed unneeded debug info
This commit is contained in:
@@ -79,7 +79,6 @@ public class ZizkiRipper extends AbstractHTMLRipper {
|
|||||||
// Page contains images
|
// Page contains images
|
||||||
LOGGER.info("Look for images.");
|
LOGGER.info("Look for images.");
|
||||||
for (Element thumb : page.select("img")) {
|
for (Element thumb : page.select("img")) {
|
||||||
LOGGER.info("Img");
|
|
||||||
if (super.isStopped()) break;
|
if (super.isStopped()) break;
|
||||||
// Find thumbnail image source
|
// Find thumbnail image source
|
||||||
String image = null;
|
String image = null;
|
||||||
|
Reference in New Issue
Block a user