mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-07-13 00:21:30 +08:00
feat: 实验性加入刷新凭据(暂未测试)
This commit is contained in:
@@ -10,7 +10,7 @@ use futures_util::{pin_mut, StreamExt};
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
let bili_client = Rc::new(BiliClient::anonymous());
|
||||
let bili_client = Rc::new(BiliClient::new(None));
|
||||
let favorite_list = FavoriteList::new(bili_client.clone(), "52642258".to_string());
|
||||
dbg!(favorite_list.get_info().await.unwrap());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user