This commit is contained in:
parent
fc8cbd9540
commit
8675175f26
@ -117,7 +117,7 @@ def search_ygg(query, multi):
|
||||
if any(word.lower() in name for word in BLACKLIST_WORDS):
|
||||
continue
|
||||
|
||||
if args.year and args.year not in name:
|
||||
if args.year and str(args.year) not in name:
|
||||
continue
|
||||
|
||||
if args.uploader and not any(
|
||||
|
Loading…
Reference in New Issue
Block a user