Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
quickchase committed Dec 29, 2022
1 parent 3d062b7 commit 076f387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion to_magnet_links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ done
cat ${SNAPSHOTFILE} | while read LINE; do
NAME=$(echo $LINE | awk '{print $1}')
HASH=$(echo $LINE | awk '{print $3}')
#echo "magnet:?xt=urn:btih:${HASH}&dn=${NAME}${TRACKERS}"
echo "magnet:?xt=urn:btih:${HASH}&dn=${NAME}${TRACKERS}"
done

0 comments on commit 076f387

Please sign in to comment.