Open
Description
I would like to extract the infobox of the Bulgarian Railway Line No. 1 article.
import wptools
page = wptools.page('Железопътна линия 1 (България)', lang='bg')
page.get_parse()
page.data['ЖП линия']
which fails.
Are infoboxes not detected if they are named in an unsual manner (ЖП линия)?