Skip to content

Releases: WhiteRabbitTheWorldIsYours/extract-tmdb-id

v1.0.1

24 Nov 19:51
0a25bbe
Compare
Choose a tag to compare

Usage

Fetch TMDB ID using one or many pieces of data available:

  • title
  • release year
  • original title (in native language)
  • IMDB ID
const extractor = new TmdbExtractor(process.env.TMDB_API_KEY);
const tmdbId = await extractor.extractTmdbId({ title: "Drive", year: 2011 });