newTorrentSearchResponse

fun MainAPI.newTorrentSearchResponse(    name: String,     url: String,     type: TvType = TvType.Torrent,     fix: Boolean = true,     initializer: TorrentSearchResponse.() -> Unit = { }): TorrentSearchResponse(source)