ramusus / kinopoiskpy

Python API to kinopoisk.ru

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inacurate parameter for find

swasher opened this issue · 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.