A library to fetch upcoming live streams from a YouTube channel.
toml [dependencies] schetube = "0.1"
$ cd ./example $ cargo run [Channel ID]
rust pub async fn fetch_upcoming_videos(channel_id: &str) -> Result<Vec<Video>, Box<dyn Error>>;