newTorrentLoadResponse

suspend fun MainAPI.newTorrentLoadResponse(    name: String,     url: String,     magnet: String? = null,     torrent: String? = null,     initializer: suspend TorrentLoadResponse.() -> Unit = { }): TorrentLoadResponse(source)