summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xurnresolve4
1 files changed, 4 insertions, 0 deletions
diff --git a/urnresolve b/urnresolve
index 1ce59be..e33f56e 100755
--- a/urnresolve
+++ b/urnresolve
@@ -39,3 +39,7 @@ if [ "$nid" = "fcc" ];then
grep "^$nss2\s" $PREFIX/share/urn/fcc:frs | cut -f2
fi
fi
+
+if [ "$nid" = "btih" ];then
+ btih2magnet "$nss"
+fi