No Description

Hodza Alban ddab74fa9d Update README.md 6 years ago
README.md ddab74fa9d Update README.md 6 years ago
main.py 81943166d5 update check_dimension and webm supports 6 years ago
vid_utils.py 58df907c14 Create vid_utils.py 6 years ago

README.md

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