xudong
xudong
> def getText(url, headers = {}, **kargs): > if not url.startswith('http'): > # 读取本地文件 > with open(url, 'r', encoding="utf-8") as f: > return f.read() > response = request('GET', url, headers=headers,...
感谢感谢,实测有效!
我也碰到了,以前可以获取4K的流,现在最高只能480了
> 貌似已经失效了 {"code":-400,"message":"请求错误"} 我也是报这个错
这个问题有解决办法了么
> > #### 1. 你使用的BBDown版本是什么?(指明 Release / Actions / DotnetTool) > > 测试构建版本 (https://github.com/nilaoda/BBDown/actions) > > #### 2. 你在什么系统使用本软件?(Win/Linux/Mac) > > linux-x64版本 (https://github.com/nilaoda/BBDown/actions) > > #### 3. 你使用的完整命令是什么? > >...