From 916f2b8b47e7d1821f6e19b98cb6fbe02e3be2f2 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Thu, 17 Nov 2022 22:11:12 +0100 Subject: [PATCH] At least 20 downloads now --- commands/pygg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/pygg.py b/commands/pygg.py index 7e8add5..ad71668 100644 --- a/commands/pygg.py +++ b/commands/pygg.py @@ -118,7 +118,7 @@ def search_ygg(query, multi, full): if parse_size(size) > parse_size(f"{args.size}Go"): continue - if int(downloads) < 10: + if int(downloads) < 20: continue if any(word.lower() in name for word in BLACKLIST_WORDS):