Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoLin committed May 4, 2020
1 parent c2f6738 commit 2aa57c0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@

- 任意 Linux 发行版
- Node.js 10+
- qBittorrent
- qBittorrent 4.2.1
- rclone
- ffmpeg
- Your brain

**只能使用 qBittorrent 4.2.1**, 原因是随着版本变动 API endpoint 也会不断变动, 所以只能选择一个版本, 而作者正好使用这个版本, 所以就确定是 4.2.1 了
该版本对应的 Docker image 是 `linuxserver/qbittorrent:14.2.0.99201912180418-6819-118af03ubuntu18.04.1-ls62`, 已写入 docker-compose.yaml

#### 安装

直接 clone 加 npm i 一梭子
Expand All @@ -47,11 +50,13 @@ npm i
{
"driver": "RSS",
"type": "MT",
"url": "https://pt.m-team.cc/torrentrss.php?https=1&rows=50&cat410=1&isize=1&search=-&search_mode=1&linktype=dl&passkey=yourkeyhere"
"url": "https://pt.m-team.cc/torrentrss.php?https=1&rows=50&cat410=1&isize=1&search=-&search_mode=1&linktype=dl&passkey=yourkeyhere",
"interval": 300
},
{
"driver": "Onejav",
"url": "https://onejav.com/popular/"
"url": "https://onejav.com/popular/",
"interval": 300
}
],
"qbittorrent": {
Expand Down
6 changes: 4 additions & 2 deletions config/dev.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
{
"driver": "RSS",
"type": "MT",
"url": "https://pt.m-team.cc/torrentrss.php?https=1&rows=50&cat410=1&isize=1&search=-&search_mode=1&linktype=dl&passkey=yourkeyhere"
"url": "https://pt.m-team.cc/torrentrss.php?https=1&rows=50&cat410=1&isize=1&search=-&search_mode=1&linktype=dl&passkey=yourkeyhere",
"interval": 300
},
{
"driver": "Onejav",
"url": "https://onejav.com/popular/"
"url": "https://onejav.com/popular/",
"interval": 300
}
],
"qbittorrent": {
Expand Down

0 comments on commit 2aa57c0

Please sign in to comment.