From 87c6d86d357127703dc9a98ab784a09bb988238a Mon Sep 17 00:00:00 2001 From: cronyakatsuki Date: Fri, 14 Oct 2022 16:23:31 +0200 Subject: [PATCH] Fix magnet links not adding. --- pirokit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pirokit b/pirokit index d42fe24..95ee11d 100755 --- a/pirokit +++ b/pirokit @@ -70,7 +70,7 @@ curl -s $url > tmp.html #scrape magnet link magnet=$(paste tmp.html | tr -d '\n' | sed -E 's#.*(magnet:\?xt=urn:btih:[^"]*).*#\1#') -transmission-remote -a $magnet +transmission-remote -a "$magnet" #notify the user that the download has started quick-notify "Pirokit" "Download Started"