This is a wrapper around the EZTV API written in go.
torrents, err := eztv.GetShowTorrents("tt2149175")
// Get the torrents of the first episode of the second season of tt2085059
torrents, err := GetEpisodeTorrents("tt2085059", 2, 1)
// Get the 20 torrents from the 2 first pages
torrents, err := eztv.GetTorrents(20, 2)