Can't extract the text and find all by BeautifulSoup

北城以北 提交于 2019-12-08 18:21:31

This is because data filled up using reactjs after page load. So if you download it via requests you can't see the data.

Instead you have to use selenium web driver, open page and process all the javascripts. Then you can get ccess to all data you expect

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!