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 🙏

© 2026 – Pkg Stats / Ryan Hefner

dytt-reptitle-v2

v1.0.5

Published

电影天堂爬虫(v2版本)

Readme

dytt-reptitle-v2

dytt8.net reptile

npm

NPM

Tip

原作者项目地址

本版本是Fork原作者过来的,我发现这个版本有bug时,已经提交了PR给原作者,但原作者一直没有处理,可能是没有时间吧。所以我修复后更新了一个新的包。感谢原作者HuangXiZhou的贡献。

1.修复了设置page无效的bug
2.修复了获取的链接不是真正的下载链接的bug
3.增加了跳页(skip)扒取数据的功能

Demo

Demo请勿商用

Install

npm install dytt-reptitle-v2

Usage

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

Configure

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

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-v2

License

MIT