0.0.10 • Published 7 years ago

x-crawler v0.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
7 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

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.5

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago