feat: add youtube shorts support

This commit is contained in:
2025-09-19 22:36:26 +03:00
parent 7a9ef2c48c
commit 00f0a95d22
8 changed files with 233 additions and 86 deletions

View File

@@ -1,4 +1,5 @@
mod instagram;
mod youtube;
use crate::error::Result;
use teloxide::{Bot, types::ChatId};
@@ -26,3 +27,4 @@ impl Clone for Box<dyn SocialHandler> {
}
pub use instagram::InstagramHandler;
pub use youtube::YouTubeShortsHandler;