Download videos from Youtube and other platforms through a Telegram Bot
Go to file
2021-05-04 16:53:21 +08:00
.gitignore add progress bar 2021-05-04 11:30:22 +08:00
dl_test.py save video in temp dir - avoid concurrency bug 2021-05-04 13:10:50 +08:00
Dockerfile change bot.py to ytdl.py 2021-05-04 16:53:21 +08:00
LICENSE Initial commit 2021-05-03 18:24:44 +08:00
README.md add deployment instruction 2021-05-04 13:36:28 +08:00
requirements.txt add flood limit, add hachoir 2021-05-04 15:27:11 +08:00
ytdl.py change bot.py to ytdl.py 2021-05-04 16:53:21 +08:00

ytdl-bot

Download videos from YouTube and other platforms through a Telegram Bot

Usage:

https://t.me/benny_ytdlbot

Send link from YouTube directly to the bot. Any platform supported by youtube-dl will also work.

How to deploy?

Normal

  1. install Python 3.6+
  2. pip3 install -r requirements.txt
  3. set environment variables TOKEN, APP_ID and APP_HASH
  4. python3 bot.py
  5. supervisor on your own preference.

docker

see here

License

Apache License 2.0