package model import "git.milar.in/milarin/anilist" type ParsedTorrent struct { Torrent *Torrent Anime *anilist.Media Episode int Parser *Parser }