python request 动态页面

发布时间 2023-03-30 23:25:34作者: 莫大师兄

https://www.youtube.com/watch?v=-PmNcIX9En4

we'll learn how to scrape content that is NOT present in initial page loads, but instead is loaded dynamically by JavaScript.

 we can use requests-html to solve this issue in Python when scraping such sites

 

--------

requests-html 结合beautifulSoup