Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.14 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.14 KB

Video Downloader Telegram Bot (Youtube Downloader)

This bot use youtube dl to download video from Stream urls which you can't download from for example Youtube Videos

  • this bot based on Pyrogram library and YoutubeDL

Install Requirements

Use this command :

pip install -r requirements.txt

or :

pip3 install -r requirements.txt

Edit the code

at line 8,9 and 10 paste your api id and api hash ( get from Here ) and bot token ( get it from BotFather )

other Edit lines are Commented in The main.py Source :)

Run The Bot

After Install requirements and edit the code Run The bot Use this command or use your editor or etc,

python3 main.py

The Bot Need ffmpeg so here is some link to know How install it on your OS :

Thanks to my Dear Friend Hassan Hoot For The Progress Bar

I hope Enjoy The Bot :)