npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

dytt-reptitle-v3

v1.0.1

Published

电影天堂爬虫(v3版本)

Downloads

1

Readme

dytt-reptitle-v3

dytt8.net reptile

npm

NPM

Tip

原作者项目地址

1、增加了搜索功能

2、config里的page和skip都改成不是必填

Install

npm install dytt-reptitle-v3

Usage

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

Configure

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

//search
config = {
    search: "精灵旅社"
};

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

config

| param | Description | Type | Required | --- | --- | --- | --- | | page | crawl page number | Number | true | | skip | skip page number | Number | false | | include | needed data | Array | false |

include

| param | Description | Type | Required | --- | --- | --- | --- | | title | movie title | String | false | | imgUrl | movie poster | String | false | | desc | movie description | String | false | | downloadLink | movie download link | String | false | | descPageLink | movie description page link | String | false |

Response example

[{ title: '2019年剧情战争《兰开斯特的天空》BD中英双字幕',
  imgUrl: 'https://extraimage.net/images/2019/05/25/aea98d0038576db1158830d3c82cc888.jpg',
  downloadLink: 'magnet:?xt=urn:btih:8dd1ccb0dedeaaacf78e4ae0d97bf88dfca8d060&dn=%e9%98%b3%e5%85%89%e7%94%b5%e5%bd%b1www.ygdy8.com.%e5%85%b0%e5%bc%80%e6%96%af%e7%89%b9%e7%9a%84%e5%a4%a9%e7%a9%ba.BD.720p.%e4%b8%ad%e8%8b%b1%e5%8f%8c%e5%ad%97%e5%b9%95.mkv&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2fthetracker.org%3a80%2fannounce&tr=http%3a%2f%2fretracker.telecom.by%2fannounce',
  descPageLink: 'https://www.dytt8.net/html/gndy/dyzz/20190525/58637.html'
}]

Uninstall

npm uninstall dytt-reptitle-v3

License

MIT