python-imdb
python-imdb copied to clipboard
Python interface to IMDb plain-text data files
I check out your python imdb script, and it works nicely also with aka titles :). Is it also possible to get the IMBD ID (like tt0000111)?
Hello! I have imdb.zip and imdb.zip.idx properly downloaded. I downloaded just ratings, aka-titles, and movies, as suggested. When I run example.py, I don't get an error, but nothing prints. The...
I'm wondering what format the imdb.zip data file is in, ideally for reading. I intend to do some processing which involves iterating through movies, and I can't find a way...