From bf1cdc55a02e2ced639d3a3a535274b1dde43922 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sun, 3 Sep 2023 22:40:03 +0200 Subject: [PATCH] no need for name on pyyg --- commands/pygg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/pygg.py b/commands/pygg.py index e039374..a56d320 100755 --- a/commands/pygg.py +++ b/commands/pygg.py @@ -175,7 +175,7 @@ def search_ygg(query, multi, full): if not check_files(id): continue - print(f"{name} {link}") + print(link) exit(0)