Newzcache gem!

What?

use this gem to talk to Newzcache

Why?

If you don’t know, then it doesn’t concern you

How?

Its just doing series right now, but its a work in progress.

n = Newzcache::Search.new("username", "password")

series = n.find_series_by_title("the west wing") => array of series

west_wing = series.first west_wing.seasons => array of seasons

season = west_wing.season(4) => season 4

season.episodes => array of episodes

season = season.episode(18) => episode 18