mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-26 07:14:38 +02:00
Update src/main/java/com/rarchives/ripme/ripper/rippers/RedditRipper.java
Add debug logging for score filtering
This commit is contained in:
@@ -173,6 +173,8 @@ public class RedditRipper extends AlbumRipper {
|
||||
|
||||
if (score > maxScore || score < minScore) {
|
||||
|
||||
String message = "Skipping post with score outside specified range of " + minScore + " to " + maxScore;
|
||||
LOGGER.debug(message);
|
||||
return; //Outside specified range, do not download
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user