At least 20 downloads now
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
a03bd570e4
commit
916f2b8b47
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user