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

Commit 2aa57c0

Browse files
author
XiaoLin
committed
docs: update
1 parent c2f6738 commit 2aa57c0

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,14 @@
2121

2222
- 任意 Linux 发行版
2323
- Node.js 10+
24-
- qBittorrent
24+
- qBittorrent 4.2.1
2525
- rclone
2626
- ffmpeg
2727
- Your brain
2828

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

3134
直接 clone 加 npm i 一梭子
@@ -47,11 +50,13 @@ npm i
4750
{
4851
"driver": "RSS",
4952
"type": "MT",
50-
"url": "https://pt.m-team.cc/torrentrss.php?https=1&rows=50&cat410=1&isize=1&search=-&search_mode=1&linktype=dl&passkey=yourkeyhere"
53+
"url": "https://pt.m-team.cc/torrentrss.php?https=1&rows=50&cat410=1&isize=1&search=-&search_mode=1&linktype=dl&passkey=yourkeyhere",
54+
"interval": 300
5155
},
5256
{
5357
"driver": "Onejav",
54-
"url": "https://onejav.com/popular/"
58+
"url": "https://onejav.com/popular/",
59+
"interval": 300
5560
}
5661
],
5762
"qbittorrent": {

config/dev.example.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66
{
77
"driver": "RSS",
88
"type": "MT",
9-
"url": "https://pt.m-team.cc/torrentrss.php?https=1&rows=50&cat410=1&isize=1&search=-&search_mode=1&linktype=dl&passkey=yourkeyhere"
9+
"url": "https://pt.m-team.cc/torrentrss.php?https=1&rows=50&cat410=1&isize=1&search=-&search_mode=1&linktype=dl&passkey=yourkeyhere",
10+
"interval": 300
1011
},
1112
{
1213
"driver": "Onejav",
13-
"url": "https://onejav.com/popular/"
14+
"url": "https://onejav.com/popular/",
15+
"interval": 300
1416
}
1517
],
1618
"qbittorrent": {

0 commit comments

Comments
 (0)