At least 20 downloads now
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Michel Roux 2022-11-17 22:11:12 +01:00
parent a03bd570e4
commit 916f2b8b47

View File

@ -118,7 +118,7 @@ def search_ygg(query, multi, full):
if parse_size(size) > parse_size(f"{args.size}Go"): if parse_size(size) > parse_size(f"{args.size}Go"):
continue continue
if int(downloads) < 10: if int(downloads) < 20:
continue continue
if any(word.lower() in name for word in BLACKLIST_WORDS): if any(word.lower() in name for word in BLACKLIST_WORDS):