Skip to content

IMDb lookup ignores year #1351

@Mirgolth

Description

@Mirgolth

imdb_id_lookup ignores year thus matching homonyms from other year

Exemple:

2016-08-18 09:49 DEBUG    parser_internal movies-XTHOR    Parsing movie: `The.Jungle.Book.2016.MULTi.1080p.BluRay.x264-LOST` kwargs: {}
2016-08-18 09:49 DEBUG    movieparser   movies-XTHOR    parts: [u'The', u'Jungle', u'Book', u'2016', u'MULTi', u'1080p', u'BluRay', u'x264-LOST'], cut is: 2016
2016-08-18 09:49 DEBUG    movieparser   movies-XTHOR    after parts check, cut data would be: `The Jungle Book` abs_cut: 15
2016-08-18 09:49 DEBUG    movieparser   movies-XTHOR    quality start: 27
2016-08-18 09:49 DEBUG    movieparser   movies-XTHOR    data cut to `The Jungle Book` - this will be the name
2016-08-18 09:49 DEBUG    parser_internal movies-XTHOR    Parsing result: <MovieParser(name=The Jungle Book,year=2016,quality=1080p bluray h264)> (in 11.244 ms)
2016-08-18 09:49 DEBUG    imdb_lookup   movies-XTHOR    imdb_id_lookup: trying with title: The Jungle Book
2016-08-18 09:49 DEBUG    imdb_lookup   movies-XTHOR    --> success! got <Movie(name=The Jungle Book,votes=114698,year=1967)> returning tt0061852
2016-08-18 09:49 DEBUG    proper_movies movies-XTHOR    quality: 1080p bluray h264
2016-08-18 09:49 DEBUG    proper_movies movies-XTHOR    imdb_id: tt0061852
2016-08-18 09:49 DEBUG    proper_movies movies-XTHOR    current proper count: 0
2016-08-18 09:49 DEBUG    proper_movies movies-XTHOR    no previous download recorded for tt0061852

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions