AbstractJSONRipper now respects hasASAPRipping
This commit is contained in:
parent
0daec636b4
commit
16cfe8a9dd
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user