Closed kubamik2 closed 11 months ago
Here's an example:
#[tokio::main] async fn main() { let video = rusty_ytdl::Video::new("LUq4oHF8W78").unwrap(); let info = video.get_basic_info().await; }
The commit 11f37d4 solved the issue. Thanks for the report.
Here's an example: