same shit different elevator

This commit is contained in:
2026-04-13 09:57:08 +02:00
parent db181b83e3
commit 5a661c826d

View File

@@ -7,11 +7,10 @@ mod grpc;
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
let channel = Channel::from_static("dns:///youtube.googleapis.com:443").connect().await?;
let mut client = V3DataLiveChatMessageServiceClient::with_interceptor(
channel,
auth_header
);
let channel = Channel::from_static("dns:///youtube.googleapis.com:443")
.connect()
.await?;
let mut client = V3DataLiveChatMessageServiceClient::with_interceptor(channel, auth_header);
let request = tonic::Request::new(LiveChatMessageListRequest {
part: vec!["snippet".to_string()],