Skip to main content

imdb-metadata-extractor

Project description

IMDB metadata extractor

Extracts a movie metadata from the IMDB using the JSON+LD annotations provided in the IMDB HTML pages.

Installing

$ pip install imdb-metadata-extractor

Usage

$ imdb-metadata-extractor tt0058700
{
    "name": "The Last Man on Earth",
    "poster": "https://m.media-amazon.com/images/M/MV5BODA0MzRhYWMtMGUxYi00NmQyLWEyOWYtMGI4NjM3ZDE5NTEyXkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_.jpg",
    "description": "When a disease turns all of humanity into the living dead, the last man on earth becomes a reluctant vampire hunter.",
    "rating": 6.7,
    "release": "1964-05-06",
    "genre": "Drama; Horror; Sci-Fi",
    "actors": "Vincent Price; Franca Bettoia; Emma Danieli"
}

By default the results are displayed in the STDOUT, but It's also possible to set a output file and format (JSON, CSV of XLSX).

$ imdb-metadata-extractor tt0058700 --output tt0058700.csv --format csv

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

imdb_metadata_extractor-0.0.5-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page