diff --git a/utilities/rule34.xxx-parser.py b/utilities/rule34.xxx-parser.py index 1fb0e47..21962c0 100644 --- a/utilities/rule34.xxx-parser.py +++ b/utilities/rule34.xxx-parser.py @@ -25,7 +25,7 @@ while (not done): post_count = post_count + 1 download_url(entry["file_url"]) - if post_count < 100: + if post_count == 100: page = page + 1 post_count = 0 else: