Hi Gideon,
from which data source? In the distributed dataset, those information
are missing,
but they are present on the site. It theory we're parsing them, but
the format changed again,
and so right now bugdet information parsers are broken.
We should fix adding the correct parser to the DOMHTMLMovieParser
class in parser/http/movieParser.py
About the production companies and certificates, they seem to work for me.
See this example, that will print all the available keys for the main
page of The Matrix (remember
that there are also other pages, reachable using this API
https://imdbpy.readthedocs.io/en/latest/usage/data-interface.html ),
and the lists of certificates and production companies:
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
ia = imdb.IMDb()
matrix = ia.get_movie('0133093')
print(sorted(matrix.keys()))
print(matrix.get('certificates'))
print(matrix.get('production companies'))
Hope this helps,
Davide Alberani <
davide....@gmail.com> [PGP KeyID: 0x3845A3D4AC9B61AD]
http://www.mimante.net/