ramusus/kinopoiskpy

Inacurate parameter for find

swasher opened this issue · 1 comments

File sources.py, string 136:

table_info = content_info.find('table', {'class': 'info'})

This table can have not only 'info' class, but also nooriginalPoster, for example http://www.kinopoisk.ru/film/466400/:

<table class="info nooriginalPoster">

May be other additional classes. In this case we cant give tagline, runtime, etc.

fixed