feat: video_id script, move proto include to lib

This commit is contained in:
2026-04-13 10:01:58 +02:00
parent 5a661c826d
commit 1d298794ce
4 changed files with 26 additions and 14 deletions

View File

@@ -1,9 +1,8 @@
use client::stream_list::{
use tonic::{Request, Status, metadata::MetadataValue, transport::Channel};
use youtube_chat_rs::stream_list::{
LiveChatMessageListRequest,
v3_data_live_chat_message_service_client::V3DataLiveChatMessageServiceClient,
};
use tonic::{Request, Status, metadata::MetadataValue, transport::Channel};
mod grpc;
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {