tonikelope / megabasterd

Yet another unofficial (and ugly) cross-platform MEGA downloader/uploader/streaming suite.
GNU General Public License v3.0
4.57k stars 595 forks source link

[Feature Request] Proxy list updated from txt link url #522

Open Cigam-HFden opened 1 year ago

Cigam-HFden commented 1 year ago

There are various websites and githubs that have hourly or daily updated proxy lists. It would be nice to have the program update from those links at some interval that could be specified in the program. In some ways this could be tied to the external txt file from this issue: https://github.com/tonikelope/megabasterd/issues/316

But mostly was wanting this to be a way to define when it updates and pulls the latest list from one or multiple links and combines them. I am not sure if proxy order matters but if it does then maybe have it combine them in the link order provided. For example if I had links for proxy1.txt, proxy2.txt, and proxy3.txt I could put them in a defined link order in the settings like: proxy1.txt proxy3.txt proxy2.txt

And it would combine them by just appending to the list.

Thank you.