0.1.2 • Published 10 years ago

eztv_api_x v0.1.2

Weekly downloads
37
License
-
Repository
-
Last release
10 years ago

EZTV API

Web scraper for EZTV.it

Currently supports 3 methods

getAllShows(cb) Returns an object array of all TV Shows on eztv.it/showlist/ in the form {show: showname, id: eztvId, slug: eztv-slug}

getEpisodeMagnet(data, cb) Data is a JSON object in the format {show: 'Community', season: 5, episode: 12}. Returns the magnet link as a string.

getAllEpisodes(data, cb) Data is JSON object same as one returned in getAllShows returns multi-dimensional array with magnet URL string in the form episodes[season][episode]

cb is the callback function passed to the methods and will be of the form function cb(error, result)

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago