From bc089c18ce2c0d90d5b2ca64c16314397c7042cc Mon Sep 17 00:00:00 2001 From: HibiKier <775757368@qq.com> Date: Sun, 26 Jun 2022 01:26:14 +0800 Subject: [PATCH] update bt --- README.md | 10 +++++++++- plugins/bt/data_source.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index caed27a5..d8a694ee 100644 --- a/README.md +++ b/README.md @@ -243,9 +243,17 @@ __Docker 最新版本由 [Sakuracio](https://github.com/Sakuracio) 提供__ ## 更新 +### 2022/6/26 + +* 替换了bt URL + +### 2022/6/24 + +* 对WSL虚拟机 代理 添加写法 [@pull/847](https://github.com/HibiKier/zhenxun_bot/pull/847) + ### 2022/6/21 -* update parse_bilibili +* update parse_bilibili [@pull/840](https://github.com/HibiKier/zhenxun_bot/pull/840) ### 2022/6/19 \[v0.1.6.0] diff --git a/plugins/bt/data_source.py b/plugins/bt/data_source.py index f8c5a770..5984e8fb 100755 --- a/plugins/bt/data_source.py +++ b/plugins/bt/data_source.py @@ -9,7 +9,7 @@ import platform # asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy()) -url = "http://www.eclzz.one/" +url = "http://www.eclzz.zone/" async def get_bt_info(keyword: str, page: int):