-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Looks like imdb made some change that breaks it:
rating = imdb.getRating(name)
File "C:\python36\lib\site-packages\IMDBAPI_init_.py", line 32, in getRating
return IMDB.getRatingByImdbId(self, IMDB.getIdFromName(title))
File "C:\python36\lib\site-packages\IMDBAPI_init_.py", line 36, in getRatingByImdbId
return re.sub('\s+', '', IMDB.parseHTML(soup, 'div', 'class', 'ratingValue').strong.span.text)
AttributeError: 'NoneType' object has no attribute 'strong'
Metadata
Metadata
Assignees
Labels
No labels