ainoneko / yt-dlp-telegram

Use yt-dlp on Telegram

Home Page:https://t.me/SatoruBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YT-DLP Telegram Bot

Telegram bot that allows you to download videos from YouTube, Twitter, Reddit and many other socials using yt-dlp

Use the Bot

Usage

In the bot private chat just send the video url, otherwise use /download <url>

Self hosting

git clone https://github.com/ssebastianoo/yt-dlp-telegram
cd yt-dlp-telegram
pip install -r requirements.txt

create a config.py file and set the token variable to your bot token (check example.config.py)

python3 main.py

The Telegram API limits files sent by bots to 50mb

https://core.telegram.org/bots/faq#how-do-i-upload-a-large-file

About

Use yt-dlp on Telegram

https://t.me/SatoruBot

License:MIT License


Languages

Language:Python 100.0%