mirror of
https://github.com/TeamPiped/piped-rust-sdk.git
synced 2024-08-14 23:56:06 +00:00
Update user-agent.
This commit is contained in:
parent
784a837762
commit
057e32b6aa
2 changed files with 2 additions and 5 deletions
|
@ -10,10 +10,7 @@ async fn main() {
|
|||
|
||||
let client = PipedClient::new(&httpclient, INSTANCE);
|
||||
|
||||
let videos = client
|
||||
.bulk_feed(CHANNELS)
|
||||
.await
|
||||
.unwrap();
|
||||
let videos = client.bulk_feed(CHANNELS).await.unwrap();
|
||||
|
||||
println!("{:#?}", videos);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue