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,
"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
File details
Details for the file imdb_metadata_extractor-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: imdb_metadata_extractor-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6eee5f924714bb32f1629d1debf6dfb8f3782053ed02e9f04c5d90ebfb3b17d5 |
|
MD5 | 9b2470db93193e19b603c590d3f14397 |
|
BLAKE2b-256 | afc45938f79cfb79886ee501ef8fd43786bcacaae8b1f8b3abee5677bcb0417c |