techposting
@itzpaquet Most of my BitTorrent integration stuff is within the bt-fetch module. https://github.com/RangerMauve/bt-fetch
In Agregore you can skip importing it and use the Browser's built-in `fetch()` API directly (or GET URLs anywhere there could be an HTTP URL).
You can also paste magnet links and have it auto-convert to `bittorrent://` URLs. The URLs are there to make relative URLs and cross-origin isolation easier.