alfem/telegram-download-daemon

Unable to download files over 2G

Closed this issue · 2 comments

I see the api limit mentioned in the readme, but I still want to ask, now that telegram already supports 4G size files, is the api still only able to download files up to 2G?
And thanks for the tool :)

alfem commented

AFAIK that new limit only applies to paid accounts.

Anyway, Telegram-Download-Daemon uses the Telethon library. Limits are in Telegram api and/or Telethon library, not in my code.

If you have the same needs as me, try uninstalling the existing telethon and installing the latest version of telethon.
python3 -m pip install https://github.com/LonamiWebs/Telethon/archive/refs/heads/v1.24.zip