We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
把biliup-rs当作库使用,在执行登录时,提示:本次登录环境存在风险, 需使用手机号进行验证或绑定。 我使用的是用户名密码登录。因为找不到cookie登录需要的cookie文件。 以下是触发出现提示的代码:
.desc(String::from("desc")) .tag(String::from("tag")) .title("title") .videos(vec![Video::new(&path)]) .build() .submit(&Client::new().login_by_password("bili_4****8", "aaabbbbb").await.unwrap()).await.unwrap();
The text was updated successfully, but these errors were encountered:
可以选择用浏览器登录
Sorry, something went wrong.
No branches or pull requests
把biliup-rs当作库使用,在执行登录时,提示:本次登录环境存在风险, 需使用手机号进行验证或绑定。
我使用的是用户名密码登录。因为找不到cookie登录需要的cookie文件。
以下是触发出现提示的代码:
.desc(String::from("desc"))
.tag(String::from("tag"))
.title("title")
.videos(vec![Video::new(&path)])
.build()
.submit(&Client::new().login_by_password("bili_4****8", "aaabbbbb").await.unwrap()).await.unwrap();
The text was updated successfully, but these errors were encountered: