repo: uritools action: commit revision: path_from: revision_from: 84940d9b57eb4a6ab07de6b7b3058ba3c46ac8c8: path_to: revision_to:
commit 84940d9b57eb4a6ab07de6b7b3058ba3c46ac8c8 Author: epochDate: Mon Oct 25 07:51:04 2021 +0000 auto-convert urn:btih to magnets using an external script on it... not sure where that script lives atm. diff --git a/urnresolve b/urnresolve
--- 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
-----END OF PAGE-----