package model
type ParsedTorrent struct {
Torrent *Torrent
Name string
Episode int
Languages []string
Parser *Parser
}