Hi,

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

On 01/01/2018 08:52 PM, Davide Alberani wrote:
> 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ć <filipba...@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+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
> 
> 
> 

------------------------------------------------------------------------------
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-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

Reply via email to