update bt

This commit is contained in:
HibiKier 2022-06-26 01:26:14 +08:00
parent 24b730c0e2
commit bc089c18ce
2 changed files with 10 additions and 2 deletions

View File

@ -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]

View File

@ -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):