Skip to content

IMDBExtract🔗

Download IMDB series information into a CSV file containing lines formatted:

  1. \<empty cell>
  2. Season
  3. Episode
  4. \<empty cell>
  5. \<empty cell>
  6. \<empty cell>
  7. Episode title and URL to episode Web side on IMDb
  8. Episode description from IMDb

This format is used im OO.Calc file keeping trac or wached episodes.

imdb_extract command🔗

imdb-extract🔗

Extract IMDB information for TV series.

Generates file <TITLE.csv>. If existing CSV file is given as argument, URL is read from previously generated CSV file.

URL: URL string / existing CSV file.

TITLE: title string

Usage:

imdb-extract [OPTIONS] URL [TITLE]...

Options:

  -l, --language TEXT  Language to use for download, default: %(default)s
  --version            Show the version and exit.
  --help               Show this message and exit.

Documentation🔗

Documentatation can be found here.