vamo_telbot.commands.youtube ============================ .. py:module:: vamo_telbot.commands.youtube .. autoapi-nested-parse:: YouTube video downloader command handler for the Telegram bot. Functions --------- .. autoapisummary:: vamo_telbot.commands.youtube.handle_youtube_download Module Contents --------------- .. py:function:: handle_youtube_download(event) :async: Handle incoming YouTube links and trigger the download process. :param event: The event triggered by a new message, containing a YouTube link. :type event: events.newmessage.NewMessage.Event