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)