vamo_telbot.commands.youtube¶
YouTube video downloader command handler for the Telegram bot.
Functions¶
|
Handle incoming YouTube links and trigger the download process. |
Module Contents¶
- async vamo_telbot.commands.youtube.handle_youtube_download(event)¶
Handle incoming YouTube links and trigger the download process.
- Parameters:
event (events.newmessage.NewMessage.Event) – The event triggered by a new message, containing a YouTube link.
- Return type:
None