Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 0 additions & 80 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,85 +1,5 @@
# aliyundrive-subscribe

【阿里云盘订阅】,主要用于云盘分享链最新资源转存、重命名、下载、资源管理等

> docker pull looby/aliyundrive-subscribe:latest

[Wiki](https://github.com/adminpass/aliyundrive-subscribe/wiki)

配置说明:
config/app.ini
```ini
[app]
app-http-port = 8002
# 用户名
app-auth-user = admin
# 密码
app-auth-pass = admin
# mysql root:pass@tcp(ip:port)/database?charset=utf8&parseTime=True&loc=Local
app-database = conf/data.db
# 订阅检查周期: @every 30m(30分钟); @every 1h(1小时) - 不要太频繁
app-check-interval = @every 1h
# 订阅检查并发数
app-max-procs = 1
# 订阅更新检查延迟(秒, 0.不限制)
app-check-delay = 5
# 下载任务提交延迟(秒, 0.不限制)
app-download-delay = 3
# 缓存,在线播放m3u8资源目录, 会4小时自动清除
app-cache-dir = conf/cache
# 钉钉机器人通知
app-dingding-robot =
# 腾讯HiFlow通知
app-notify-hiflow = https://api.hiflow.tencent.com/engine/webhook/31/1597044003551531111
app-play-url = http://127.0.0.1:8002
# 识别正则
app-episode-regex = E\d{1,4}|EP\d{1,4}|第\d{1,4}话|第\d{1,4}集|第\d{1,4}期|_\d{1,4}_|\d{1,4}\s|\[\d{1,4}\]|\d{1,4}-4K|【\d{1,4}】

[aliyundrive]
# 云盘refresh-token
aliyundrive-refresh-token =
# 云盘open refresh-token
aliyundrive-open-refresh-token =
# 云盘open oauth地址
aliyundrive-open-oauth =
# 云盘资源根目录(默认root),建议设置一个单独目录
aliyundrive-root = root
# 默认空间(0.资源库 1.备份盘), 默认0
aliyundrive-drive-type = 0
# 收藏目录id
aliyundrive-folders =
# 模拟设备名
aliyundrive-device-name = Chrome浏览器
aliyundrive-model-name = Windows网页版
# 自动签到 true:开启 false:关闭
aliyundrive-sign-in = false
# 自动签到延迟范围(秒, 范围内随即执行), 默认0点2分开始执行
aliyundrive-sign-delay = 120

[aria2rpc]
aria2-rpc-url = http://127.0.0.1:6800/jsonrpc
aria2-rpc-secret = P3TERX
# 下载根目录
aria2-rpc-download-dir = /downloads
# 下载常用子目录(多个换行)
aria2-rpc-common-dirs =
aria2-rpc-enable = false

[emby]
emby-server-url =
emby-server-token =
emby-server-delay = 0

[plex]
plex-server-url =
plex-server-token =
plex-server-delay = 0

[notify]
notify-send-url =
notify-send-body =
```

### 最新记录

订阅链转存记录
Expand Down