mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-26 07:14:38 +02:00
Added some debugging
This commit is contained in:
@@ -93,6 +93,7 @@ public abstract class AbstractHTMLRipper extends AlbumRipper {
|
|||||||
|
|
||||||
// We set doc to null here so the while loop below this doesn't fire
|
// We set doc to null here so the while loop below this doesn't fire
|
||||||
doc = null;
|
doc = null;
|
||||||
|
LOGGER.debug("Adding items from " + this.url + " to queue");
|
||||||
}
|
}
|
||||||
|
|
||||||
while (doc != null) {
|
while (doc != null) {
|
||||||
|
Reference in New Issue
Block a user