mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-29 16:50:10 +02:00
AbstractJSONRipper now respects hasASAPRipping
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user