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ć <filip...@gmail.com> 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...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
--
Davide Alberani <davide....@gmail.com> [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-devel mailing list
Imdbpy...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel
I'm working on the movie combined parser. My primary goal is to make the
tests pass, so I won't look at the parts that are not covered by the
tests yet.
And a hint about the test suite. Running tox will try to run all tests
for all supported Python versions. If you want to do a quick test about
the parser you're working on, you can use something like:
py.test tests/test_http_movie_combined.py -k genre
This will only run the test functions which have the word "genre" in
their names.
--
Turgut
------------------------------------------------------------------------------
Not sure about the implications, but probably we'll have less
information about movies and tv series.
Regarding the fixes, if nobody else is already working on them,
I can have a look at all the entries related to 'series' and 'episodes'
in the combined parsers (but probably not very soon, having a flu
and some scheduled trips ahead)
Thanks,
--
Davide Alberani <davide....@gmail.com> [PGP KeyID: 0x3845A3D4AC9B61AD]
http://www.mimante.net/
------------------------------------------------------------------------------
> email to imdbpy-users+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
--
Davide Alberani <davide....@gmail.com> [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
Imdbp...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help