prateek-chaubey / YTPro

All in one YouTube App with downloader , background player and many more features.
https://prateek-chaubey.github.io/YTPro
MIT License
212 stars 35 forks source link

Extremely slow downloads #22

Open adithyaamara opened 5 months ago

adithyaamara commented 5 months ago

@prateek-chaubey This is an amazing app you have created.

But download is extremely slow even on 4G, 5G. (Like 80 kbps or something.)

Any chance faster downloads are supported.

Thank you.

prateek-chaubey commented 5 months ago

This uses DownloadManager for downloading the files , i will check if it's the issue with download manager or something to better up the speed of downloading

adithyaamara commented 5 months ago

Not sure how complex it is. But how about in-app downloader (To not depend on DownloadManager at all). This framework seems promising: https://aria2.github.io/

prateek-chaubey commented 5 months ago

It seems to be a command line tool, also i think a native implementation would be better rather than relying on a lib