AbstractJSONRipper now respects hasASAPRipping

This commit is contained in:
cyian-1756 2018-06-19 16:06:19 -04:00
parent 0daec636b4
commit 16cfe8a9dd

View File

@ -69,7 +69,7 @@ public abstract class AbstractJSONRipper extends AlbumRipper {
} }
} }
if (imageURLs.isEmpty()) { if (imageURLs.isEmpty() && !hasASAPRipping()) {
throw new IOException("No images found at " + this.url); throw new IOException("No images found at " + this.url);
} }