mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-07 22:37:40 +02:00
Fixed spelling mistake added another comment
This commit is contained in:
@@ -66,7 +66,7 @@ public abstract class AbstractHTMLRipper extends AlbumRipper {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// If a page has Queue support than it has no images we want to download, just a list of urls we want to add to
|
// If a page has Queue support then it has no images we want to download, just a list of urls we want to add to
|
||||||
// the queue
|
// the queue
|
||||||
protected boolean hasQueueSupport() {
|
protected boolean hasQueueSupport() {
|
||||||
return false;
|
return false;
|
||||||
@@ -91,6 +91,7 @@ public abstract class AbstractHTMLRipper extends AlbumRipper {
|
|||||||
MainWindow.addUrlToQueue(url);
|
MainWindow.addUrlToQueue(url);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// We set doc to null here so the while loop below this doesn't fire
|
||||||
doc = null;
|
doc = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user