0.0.10 • Published 5 years ago

x-crawler v0.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago
// 配置文件
module.exports= {
  domain: '',
  dom: {
    pagesLink: '.lone_t',
    pagesHref: 'a',
    pagesLinkTitle: 'a',
  },
  text: {
    toggle: true,
    dom: '.n_show p'
  },
  images: {
    toggle: true,
    dom: '.n_show img',
    attr: 'src',
  },
  pagesUrlArray: [
    {
      urlStart: 'https://www.ali213.net/news/game/index_',
      urlEnd: '.html',
      pageStart: 1,
      pageEnd: 5
    },
  ]
}
0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.5

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago