Open J0ANMM opened 6 years ago
Is there a way to extract easily the information from an infobox, other than using .html() and BeautifulSoup?
.html()
For instance, in the article about the city of Barcelona, extracting the mayor name from the infobox located at the top right.
Had a use for this and was wondering if this is possible?
Is there a way to extract easily the information from an infobox, other than using
.html()
and BeautifulSoup?For instance, in the article about the city of Barcelona, extracting the mayor name from the infobox located at the top right.