tyalie / telegram-video-download-bot

Youtube DLP based telegram bot to download videos from diverse sides
2 stars 1 forks source link

Upload file size limit #4

Closed Soebb closed 2 years ago

Soebb commented 2 years ago

As you know, python-telegram-bot has a limit to upload the large files, although Pyrogram and Telethon haven't such limit.

tyalie commented 2 years ago

Which shouldn't pose a limit. There's a configurable maximum duration for downloading videos. The bot was designed with small things from TikTok, Instagram, Tumblr in mind.

But you can adapt it if you want ^^

(Sorry for no readme yet)

Soebb commented 2 years ago

Aha thanks.

tyalie commented 2 years ago

I think the more feasible solution for your case would be to use a local telegram bot API server as described in the telegram docs. There are also Docker container for that, but documentation is a bit sparse.

Using telegram API user clients is less stable (I talk from experience) needs a secondary account, ...