Re: [Imdbpy-devel] changes to imdb.com

2009-11-18 Thread Davide Alberani
On Nov 18, "H. Turgut Uyar" wrote: > > You should see that filmography is sortable by years or rating, > > and the data are presented using a large table, and not a list. > > In that case, my previous answer was wrong. I see the filmography as a > list, not as a table and it is not sortable by y

Re: [Imdbpy-devel] changes to imdb.com

2009-11-18 Thread H. Turgut Uyar
On 11/17/2009 10:45 PM, Davide Alberani wrote: > You should see that filmography is sortable by years or rating, > and the data are presented using a large table, and not a list. > In that case, my previous answer was wrong. I see the filmography as a list, not as a table and it is not sortable b

Re: [Imdbpy-devel] changes to imdb.com

2009-11-17 Thread Davide Alberani
On Nov 17, "H. Turgut Uyar" wrote: > It hasn't been an hour but it still works (with r752). Good. I can only assume that it's a problem on my remote system, then. > I'm not sure whether I understand what the "sortable lists" are. Are > they the links on the left saying "by type", "by rating" e

Re: [Imdbpy-devel] changes to imdb.com

2009-11-17 Thread H. Turgut Uyar
On 11/17/2009 08:22 PM, Davide Alberani wrote: > Please, can you try it again in a hour or so (or tomorrow) and > see if it's still ok (I've made some last-minute changes to the > code and the account)? > It hasn't been an hour but it still works (with r752). > And if possible, can you try to in

Re: [Imdbpy-devel] changes to imdb.com

2009-11-17 Thread Davide Alberani
On Nov 17, "H. Turgut Uyar" wrote: > Yes, it returns this: Good - even if it's making me crazy. ;-) You get what I see on my local system. Please, can you try it again in a hour or so (or tomorrow) and see if it's still ok (I've made some last-minute changes to the code and the account)? And i

Re: [Imdbpy-devel] changes to imdb.com

2009-11-17 Thread H. Turgut Uyar
On 11/17/2009 07:41 PM, Davide Alberani wrote: > Using the version in SVN, does this simple script below return > something, to you? > from imdb import IMDb > ia = IMDb('http', proxy=None) > print ia.get_person('0437819').get('music department') > Yes, it returns this: [, , , ] I've teste

Re: [Imdbpy-devel] changes to imdb.com

2009-11-17 Thread Davide Alberani
On Nov 14, Davide Alberani wrote: > There is, however, another set of changes that IMDb is deploying > in these days [2]: it will affect the persons' pages, making > sortable the various lists of movies they worked in. I'm totally baffled by this one. Using the version in SVN, does this simple