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
Release files for imdb-metadata-extractor 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| imdb_metadata_extractor-0.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Release files / imdb_metadata_extractor-0.0.5-py3-none-any.whl
| Download URL | imdb_metadata_extractor-0.0.5-py3-none-any.whl |
|---|---|
| Size | 3.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
91580d7a0b4fde27cbaf086acd95a5be97e38d067081e38640b9929a632bbd72
|
|
BLAKE2b-256 checksum How to use checksums |
e51f6e613cee2cfc91fadc5273c4a740a069725639691da8d055f64e8e1c688a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.17
|