├── LICENSE ├── README.md ├── main.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/localhoct/Video-Downloader-Telegram-Bot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/localhoct/Video-Downloader-Telegram-Bot/HEAD/README.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/localhoct/Video-Downloader-Telegram-Bot/HEAD/main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pyrogram==1.0.7 2 | tgcrypto 3 | requests 4 | youtube-dl 5 | validators 6 | ffmpeg 7 | --------------------------------------------------------------------------------