Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only years in dates of persons #23

Closed
ramusus opened this issue Mar 1, 2015 · 0 comments
Closed

Only years in dates of persons #23

ramusus opened this issue Mar 1, 2015 · 0 comments

Comments

@ramusus
Copy link

ramusus commented Mar 1, 2015

In [1]: from imdb import IMDb
In [2]: imdb = IMDb()
In [3]: p = imdb.get_person('0000454')
In [4]: p.data['birth date']
Out[4]: u'1936'
In [5]: p.data['death date']
Out[5]: u'2010'

On imdb I see full dates:
http://www.imdb.com/name/nm0000454/
http://cl.ly/image/2F2G183C0K2q

In [6]: import imdb
In [7]: imdb.__version__
Out[7]: '5.1dev20141116'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant