Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 504 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 504 Bytes
title date author
spider-bilibili of puppeteer xpath sample
2020-03-11 08:00 +0800
Kelly Cheng

Author: @hkenter 打杂工程师

背景

对Puppeteeer作此样例,供参考。

spider-bilibili 通过传入搜索keyword获取爬取内容

  • 视频标题
  • 弹幕数量
  • up主名称
  • 观看次数
  • 视频时长

环境

Node V11+ ,依赖包可根据package.json按照部署。

结尾

puppeteer by xpath的记录, 该repo已完结