23 October 2025
24 October 2025
@router.callback_query(F.text.regexp(r"(https?://)?(www\.)?(youtube\.com|youtu\.be)/[^\s]+"))
async def link_dtc(callback: CallbackQuery):
await callback.message.answer("please choose download options",
reply_markup=keyboard)
@router.callback_query(F.data == "dl_360")
async def threep_handler(callback: CallbackQuery):
await
I'm making a telegram bot using aiogram I have been made a handler but after searching and googling I didn't find how to use yt-dlp
how do I make the handler able to download video using yt-dlp?
id 1650584344anyone learning python from scratch ?
A lot of people, better if you ask a more specific question
id 1650584344I am looking for a learning partner
Sorry but it is a big group and requests like that are quite problematic (even risky for you) so we don't allow it. I recomend you to start and ask specific questions regarding your learning here
cry4me@router.callback_query(F.text.regexp(r"(https?://)?(www\.)?(youtube\.com|youtu\.be)/[^\s]+"))
async def link_dtc(callback: CallbackQuery):
await callback.message.answer("please choose download options",
reply_markup=keyboard)
@router.callback_query(F.data == "dl_360")
async def thr
read the embedding part of the documentation: https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#embedding-yt-dlp
id 6491587348🕴️Can I learn python in 3 month and get a job?
You can learn it ofc, but not get a job only with python nowadays