用pyspider获取芒果TV页面中热门综艺栏目内容('div.mg-main ul>li.v-item'),由于页面采用了懒加载模式,所以获取不到具体信息,怎么让页面去加载这部分内容,然后拿到数据呀?
可通过设置self.crawl中的js_viewport_height属性值或者使用js_script解决
js_script 可以解决,window.scrollTo(document.body.scrollWidth, document.body.scrollHeight);
window.scrollTo(document.body.scrollWidth, document.body.scrollHeight);
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
可通过设置self.crawl中的js_viewport_height属性值或者使用js_script解决
js_script 可以解决,
window.scrollTo(document.body.scrollWidth, document.body.scrollHeight);