diff --git a/ytparse_cron/src/parser.rs b/ytparse_cron/src/parser.rs index 5c83208..f3cc513 100644 --- a/ytparse_cron/src/parser.rs +++ b/ytparse_cron/src/parser.rs @@ -1,7 +1,7 @@ -//! # YouTube Scraper Module +//! # Yt Parser //! //! This module provides functionality to scrape and parse stream data from YouTube, -//! specifically tailored for the Parliament of Kenya Channel. +//! specifically tailored for the Parliament of Kenya Channel live streams. //! //! ## Key Components //! diff --git a/ytparse_cron/src/yt_types.rs b/ytparse_cron/src/yt_types.rs index 1dd5ec6..e45daa3 100644 --- a/ytparse_cron/src/yt_types.rs +++ b/ytparse_cron/src/yt_types.rs @@ -1,4 +1,4 @@ -//! # YouTube Types +//! # Yt Types //! //! This module contains type definitions for working with the `ytInitialData` object. //!