t441-api Exemple var t441 = require('./index.js') t411.search('', { category: 1 }).then((torrents) => { t411.getMagnet(torrents[0]).then((torrent) => { console.log(magnet) }) })