Go to file
Hodza Alban 02f953228e pep8
2017-08-06 15:49:22 +02:00
main.py pep8 2017-08-06 15:49:22 +02:00
README.md Update README.md 2017-08-06 15:29:28 +02:00
vid_utils.py Create vid_utils.py 2017-08-06 15:19:51 +02:00

telegram-bot-youtube-downloader

Change TOKEN with your token

Usage:

  • Send link of video (@vid inline is comfortable)
  • The bot will download the video and send it
    • If the video is larger than 50MB, it is split into smaller parts, which then need to be concatenated (in linux: cat vid.mp4* > vid.mp4)

This script require:

Tips:

TODO

  • Improve soft-split of the videos
  • Add the choice of resolution
  • Add a queue to manage multiple users