https://github.com/pboymt/parse-torrent-rss
Parse some torrent sites' RSS link... Such as share.dmhy.org and NYAA.se
https://github.com/pboymt/parse-torrent-rss
Last synced: 3 months ago
JSON representation
Parse some torrent sites' RSS link... Such as share.dmhy.org and NYAA.se
- Host: GitHub
- URL: https://github.com/pboymt/parse-torrent-rss
- Owner: pboymt
- License: gpl-3.0
- Created: 2016-05-05T13:39:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T10:19:12.000Z (about 9 years ago)
- Last Synced: 2025-01-05T23:40:35.483Z (5 months ago)
- Language: JavaScript
- Size: 96.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parse-torrent-rss
Parse some torrent sites' RSS link... Such as [DMHY](http://share.dmhy.org) and [NYAA](http://www.nyaa.se).
## 安装
> 注意!
> - 本工具可能不能够在使用中国大陆IPv4地址的计算机和服务器中运行,使用时请自备代理工具!
> - 安装使用前请务必安装好Node.js和npm管理工具!```sh
$ git clone https://github.com/pboymt/parse-torrent-rss.git
$ npm install
```
然后就可以使用了## 使用
只需执行命令
```sh
$ cd path/to/parse-torrent-rss
$ npm test dmhy/myaa //可获取dmhy/nyaa的最近50/100个种子资源
```
下载的Torrent文件将会被保存在path/to/parse-torrent-rss/nyaa或dmhy/main中。