On Mar 01, Karl Newman <siliconfi...@gmail.com> wrote:

> I just did a bit more digging, and it appears the bug is in the client, not
> the library, so I'm looking into how to fix it.

Yup:
  from imdb import IMDb
  ia = IMDb('http') # but it's the same also with 'mobile'
  movie = ia.get_movie('0507123')
  print movie
  print movie['plot outline']
  print movie['plot']

And I get:
And They Are Us
North and South Limbawe are in conflict over oil and a despotic General plans 
to overthrow his own government...
[u"North and South Limbawe are in conflict over oil and a despotic General 
plans to overthrow his own government in South Limbawe and attacks his 
neighbors to the North. String and Dom are sent by Archangel to aid North 
Limbawe and it's leader, Seku Logana, but Logana has his own prejudices about 
receiving aid for his cause. Also in the mix is an old Vietnam buddy of 
Hawke's, Marty Vidor, who is working as a mercenary for South Limbawe, and 
Hawke is hesitant to take him on since Vidor just may know the location of the 
missing Saint John.::R. Bernard Ment"]

> Sorry for the false alarm.

No problem, 4.5 is full of bugs. :-(

We need a release manager...


-- 
Davide Alberani <davide.alber...@gmail.com> [GPG KeyID: 0x465BFD47]
http://www.mimante.net/

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Imdbpy-devel mailing list
Imdbpy-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

Reply via email to