1.0.9 • Published 5 years ago

dytt-reptitle v1.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

dytt-reptitle

dytt8.net reptile

npm Build Status codecov

NPM

Install

npm install dytt-reptitle

Usage

const dyttReptitle = require('dytt-reptitle');
dyttReptitle().then(res => {
  // do what you want...
});

Configure

// example
const config = {
  page: 1,
  include: [ 'title', 'imgUrl', 'desc', 'downloadLink', 'descPageLink' ]
};

dyttReptitle(options).then(res => {
  // do what you want...
});

config

paramDescriptionTypeRequired
pagecrawl page numberNumbertrue
includeneeded dataArrayfalse

include

paramDescriptionTypeRequired
titlemovie titleStringfalse
imgUrlmovie posterStringfalse
descmovie descriptionStringfalse
downloadLinkmovie download linkStringfalse
descPageLinkmovie description page linkStringfalse

Response example

[{ title: '2018年悬疑《拉普拉斯的魔女》BD日语中字',
  imgUrl: 'https://extraimage.net/images/2018/12/04/103eda9e26f1028d9cc99f4a10c84b83.jpg',
  downloadLink: 'ftp://ygdy8:ygdy8@yg45.dydytt.net:8363/阳光电影www.ygdy8.com.拉普拉斯的魔女.BD.720p.日语中字.mkv',
  descPageLink: 'https://www.dytt8.net/html/gndy/dyzz/20181204/57892.html'
}]

Uninstall

npm uninstall dytt-reptitle

License

MIT

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago