jsavargas / telethon_downloader

GNU General Public License v3.0
131 stars 35 forks source link

Very slow download speed #73

Open drmetro09 opened 1 day ago

drmetro09 commented 1 day ago

Is there any way to increase the download speed , the download speed is very very slow

jsavargas commented 1 day ago

Yes, it seems to be a problem with the telethon library, I have another project that is the same as this one, but it uses another library and it is much faster, if you want to try it

https://github.com/jsavargas/telegram-downloader

drmetro09 commented 1 day ago

Do i have to install it as separate docker container or changing the image to the other one will help?

drmetro09 commented 1 day ago

I don’t want to create another bot as its tedious process , can you update the same faster library for this project… because this one is very very very slow

jsavargas commented 1 day ago

You should be able to change the docker and work without problems, I have thought about updating this, but it would no longer be telethon, I am waiting for the telethon library to be updated to see if times improve.

drmetro09 commented 8 hours ago

I tried the new telegram-downloader but this is also slow and csn you please explain what is the group path and how to I assign it to the files ( forward files)

drmetro09 commented 8 hours ago

it is also not using the tmp directory like telethon downloader used to do and how do i stop downloading the file once it is sent to the bot ?

jsavargas commented 4 hours ago

it is also not using the tmp directory like telethon downloader used to do and how do i stop downloading the file once it is sent to the bot ?

Neither of the two bots stops downloading the file once you send it, I don't know if that is possible with the telethon and pyrogram libraries

jsavargas commented 4 hours ago

I tried the new telegram-downloader but this is also slow and csn you please explain what is the group path and how to I assign it to the files ( forward files)

I'm sure you are using the new one, the tests that I have done work much faster and the tests that other users have done to whom I have passed the bot too

jsavargas commented 4 hours ago

image

Only 45 seconds to download 137mb

drmetro09 commented 4 hours ago

Yes , its faster as compared to telethon_downloader bot