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

dmhy-subscribe

v1.0.10

Published

Subscribe by keywords and download megnets

Downloads

196

Readme

dmhy-subscribe

在動漫花園訂閱並排程下載磁鏈

範例影片

https://github.com/FlandreDaisuki/dmhy-subscribe/assets/5981459/0b2edd42-9a1a-4d7e-9af5-d665e18bdb45

依賴

  • nodejs (18+)

下載器目前提供下面四種,擇一即可 (推薦使用 system)

安裝方法

PS C:\> node -v
v18.16.0
PS C:\> npm -v
9.5.1

Others:

$ node -v
v18.16.0
$ npm -v
9.5.1
$ npm i -g dmhy-subscribe

如果習慣想使用 Docker 安裝,可以參考Docker 安裝與使用教學

使用方法

dmhy [命令]

命令:
  dmhy add <title> [keywords..]            新增一筆訂閱
  dmhy find <title> [keywords..]           用關鍵字搜尋貼文
  dmhy pull [sid..]                        更新訂閱的貼文
  dmhy list [sid]                          列出指定或全部訂閱          [別名: ls]
  dmhy config [config-name] [config-value] 個人化設定
  dmhy remove [sid..]                      移除訂閱                  [別名: rm]
  dmhy download <sid> [episode-queries..]  下載訂閱貼文               [別名: dl]

選項:
  -h, --help     顯示說明                                                 [布林]
  -v, --version  顯示版本                                                 [布林]

個別命令使用方法可以在個別命令下用 --help 顯示說明,或是從 tests/cli/commands/ 下找 *.spec.mjs

0.6.x 遷移指南

如果已經有安裝 v0.6.x 版的話,可以先用 dmhy ls -ss 將字串保留起來,舉例如下:

$ dmhy -v
0.6.33

$ dmhy ls --ss
天國大魔境,SweetSub,繁日雙語
冰海戰記 第二季,繁體,豌豆
地獄樂,1080p,喵萌,繁日雙語

安裝新版之後寫法稍有不同:

$ dmhy -v
1.0.0

$ dmhy add 天國大魔境 SweetSub 繁日雙語
成功新增訂閱「天國大魔境」!
$ dmhy add '冰海戰記 第二季' 繁體 豌豆 # 注意如果標題有空白要用單引號夾起來
成功新增訂閱「冰海戰記 第二季」!
$ dmhy add 地獄樂 1080p 喵萌 繁日雙語
成功新增訂閱「地獄樂」!

以前的話 dmhy add 完就會下 dmhy 來下載沒載過的集數;新版的話要改下 dmhy pull --then-download

其他差異請參考 v1.0.0 的版本細節

自動排程

參考自動排程教學

回報問題

先到 issue 看看有沒有相似的問題,若沒有相似問題請點擊 New issue 描述問題。

已知問題

首頁已經有最新一集出現了,但是 dmhy pull 卻沒更新

這是正常的,因為動漫花園因為一些未知的原因,搜尋的結果會有點延遲。

授權

ISC