optimizations and code cleanup

This commit is contained in:
CoolnsX
2022-02-10 20:37:18 +05:30
parent 12b79c4682
commit a6a5a6a764
3 changed files with 8 additions and 13 deletions

View File

@@ -59,7 +59,4 @@ fullURL="${baseurl}${url}/"
curl -s $fullURL -o $cachedir/tmp.html
magnet=$(grep -Po "magnet.*\" " $cachedir/tmp.html | tr -d \")
echo $magnet > $HOME/.cache/maglink
st -e $HOME/repos_scripts/torrent "$magnet" &