-
Notifications
You must be signed in to change notification settings - Fork 481
Some words confuse movie name parsing. #1120
Copy link
Copy link
Closed
Labels
Description
Entry title is "dan in real life 2007", parser stops at "real"
2016-05-01 09:32 DEBUG imdb_lookup library_movies_cleanup_test lookup for d
an in real life 2007
2016-05-01 09:32 VERBOSE imdb_lookup library_movies_cleanup_test Searching fr
om imdb `dan in real life 2007`
2016-05-01 09:32 DEBUG parser_internal library_movies_cleanup_test Parsing mo
vie: `dan in real life 2007` kwargs: {}
2016-05-01 09:32 DEBUG movieparser library_movies_cleanup_test parts: [u'da
n', u'in', u'real', u'life', u'2007'], cut is: real
2016-05-01 09:32 DEBUG movieparser library_movies_cleanup_test after parts
check, cut data would be: `dan in` abs_cut: 6
2016-05-01 09:32 DEBUG movieparser library_movies_cleanup_test data cut to
`dan in` - this will be the name
2016-05-01 09:32 DEBUG parser_internal library_movies_cleanup_test Parsing re
sult: <MovieParser(name=dan in,year=2007,quality=unknown)> (in 0.92 ms)
2016-05-01 09:32 DEBUG utils.imdb library_movies_cleanup_test smart_match
name=dan in year=2007
2016-05-01 09:32 DEBUG utils.imdb library_movies_cleanup_test Searching: d
an in
Reactions are currently unavailable