no need for name on pyyg
dl / lint (push) Successful in 1m30s Details
dl / docker (push) Successful in 46s Details

This commit is contained in:
Michel Roux 2023-09-03 22:40:03 +02:00
parent 8fb7c4fb91
commit bf1cdc55a0
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ def search_ygg(query, multi, full):
if not check_files(id):
continue
print(f"{name} {link}")
print(link)
exit(0)