1
uploader_tools/domains/fetcher/v1/structs.go
Vladimir Hodakov 227d974e37
Add main business logic of this program
Now we can download torrents like old Python
version does.
2019-09-28 22:51:45 +04:00

11 lines
203 B
Go

// NNM-Club torrent filess mass downloader
// Created for Uploaders group
// Copyright (c) 2012-2019 Vladimir "fat0troll" Hodakov
package fetcherv1
type forumTopic struct {
Link string
Name string
}