79118191

Date: 2024-10-23 13:46:17
Score: 0.5
Natty:
Report link

const url = magnet:?xt=urn:btih:${infoHashValue}&dn=${torrentName}${tracker} const url_t = http://itorrents.org/torrent/${infoHashValue}&dn=${torrentName}.torrent setMagnateDownload(url) setTorrentDownload(url_t) setInfoHash(infoHashValue) setName(torrentName) setEid(data?.eid || res?.data?.eid) const activeTrackers = await checkWebSocketTrackers(wsTrackers) console.log('Active WebSocket trackers:', activeTrackers) setWebTorrentState(activeTrackers.length > 0) setActiveWsTrackers(activeTrackers) const urlws = magnet:?xt=urn:btih:${infoHashValue}&dn=${encodeURIComponent(torrentName)}${tracker}.torrent; setMagnateWsDownload(urlws)

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Michael May