A Telegram bot for downloading videos from YouTube, Instagram, TikTok, and X (Twitter) directly in your chats.
Live Bot: @free_yt_dl_bot
- Python 3.8+
- Telegram bot token (Get from @BotFather)
- FFmpeg
pip
package manager
$ git clone https://github.com/anekobtw/youtube-dl-bot.git
$ cd youtube-dl-bot/bot
$ pip install -r requirements.txt
Create a .env
file with your Telegram bot token:
TOKEN=your_telegram_bot_token_here
$ python main.py
We welcome contributions! Please read our Code of Conduct
This project is licensed under the MIT License - see the LICENSE file for details.
Common issues:
- Invalid URL: Ensure the link is from a supported platform.
- Download failed: The video might be geo-restricted or private.
- Size limits: Telegram has the limit of 50 MB per file, try lowering the quality.
For additional support, open an issue.
// Maintained with ❤️ by @anekobtw