I doubt that the problem is BeautifulSoup parsing. It's more likely that the server is using javascript to populate the page or doing something else tricky.
You can check that by passing raw=True to index_to_soup then it will return the raw html it got from the server. Save that to a file and examine it.
|