Re: [Imdbpy-help] [imdbpy-help] After i.update(movie) wrong (and always the same) title is returned
I suppose you already know about this, but just in case, I noticed that imdbPY isn't returning info for 'producer', 'cinematography' and 'editor'. I didn't change my code, which was working previously. If I have to change something, please tell me. On 1 January 2018 at 18:52, Davide Alberaniwrote: > Hi all, > yes: since a recent redesign of the web pages, IMDbPY is badly broken. > > We started working on master to fix it, but there's still much to do; > see https://github.com/alberanid/imdbpy/issues/103 > > As always, any help is welcome. > > If you want to start fixing something, run the tox and chose one of > the parsers you want to work on (and tell us on that issue, so that we > can avoid duplicate work). > > Thanks! > > > On Sat, Dec 30, 2017 at 12:08 PM, Filip Bačić > wrote: > > Hi, > > > > Lately, after i.update(movie), I always get the same movie title "The > > leading information resource for the entertainment industry". > > I used some old imdbpy package, but I also now tried it with the latest > one > > and I am getting the same result. > > > > For example, for this code: > > > > import imdb > > > > i = imdb.IMDb() > > > > movie_list = i.search_movie('pacific rim') > > > > first_match = movie_list[0] > > > > print(first_match) > > > > i.update(first_match) > > > > print(first_match) > > > > I get this output: > > > > Pacific Rim > > The leading information resource for the entertainment industry > > > > Does anyone else have this problem? > > > > Best Regards, > > > > Filip > > > > -- > > You received this message because you are subscribed to the Google Groups > > "imdbpy-users" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to imdbpy-users+unsubscr...@googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. > > > > -- > Davide Alberani [PGP KeyID: > 0x3845A3D4AC9B61AD] > http://www.mimante.net/ > > > -- > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > Imdbpy-help mailing list > Imdbpy-help@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/imdbpy-help > -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Imdbpy-help mailing list Imdbpy-help@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/imdbpy-help
Re: [Imdbpy-help] [imdbpy-help] After i.update(movie) wrong (and always the same) title is returned
Hi all, yes: since a recent redesign of the web pages, IMDbPY is badly broken. We started working on master to fix it, but there's still much to do; see https://github.com/alberanid/imdbpy/issues/103 As always, any help is welcome. If you want to start fixing something, run the tox and chose one of the parsers you want to work on (and tell us on that issue, so that we can avoid duplicate work). Thanks! On Sat, Dec 30, 2017 at 12:08 PM, Filip Bačićwrote: > Hi, > > Lately, after i.update(movie), I always get the same movie title "The > leading information resource for the entertainment industry". > I used some old imdbpy package, but I also now tried it with the latest one > and I am getting the same result. > > For example, for this code: > > import imdb > > i = imdb.IMDb() > > movie_list = i.search_movie('pacific rim') > > first_match = movie_list[0] > > print(first_match) > > i.update(first_match) > > print(first_match) > > I get this output: > > Pacific Rim > The leading information resource for the entertainment industry > > Does anyone else have this problem? > > Best Regards, > > Filip > > -- > You received this message because you are subscribed to the Google Groups > "imdbpy-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to imdbpy-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Davide Alberani [PGP KeyID: 0x3845A3D4AC9B61AD] http://www.mimante.net/ -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Imdbpy-help mailing list Imdbpy-help@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/imdbpy-help
Re: [Imdbpy-help] [imdbpy-help] Re: Installing IMDbPY on MAC OS X
On Sat, Mar 29, 2014 at 5:26 AM, Tony C cappy2...@gmail.com wrote: When I installed via pip, I didn't have this error, but a lot of imdb-py files were installed in the directory where I ran the pip command. I didn't like this, so I used pip to uninstall everything. I'll try to package the latest version as soon as possible (within a month?) even if it's far from a good working state. In the meanwhile, can't you install SQLAlchemy separately, on your system? -- Davide Alberani davide.alber...@gmail.com [PGP KeyID: 0x465BFD47] http://www.mimante.net/ -- ___ Imdbpy-help mailing list Imdbpy-help@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/imdbpy-help