Helper lib for thetvdb api
$ npm install @episodehunter/thetvdb
const theTvDb = new TheTvDb(apikey)
Creates an instance of TheTvDb
Fetch a show with given id. See the-tv-db-show.ts for the return type
Fetch all episodes for a given show id. See TheTvDbShowEpisode in the-tv-db-show-episode.ts for the return type
Will throw an error if there is more than 1000 episodes.
Return a list of shows that have been updated
Time in unix timestamp (sec)
MIT