tonikelope / megabasterd

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

proper syntax for smartproxy #656

Open sunyoung1 opened 4 months ago

sunyoung1 commented 4 months ago

hello, can someone provide an example of proper syntax for smartproxy for a proxy with username and password?

valentinemackenzie commented 2 months ago

image

The end product should look something like this 82.137.247.131:3128 (username):(password)

you can change them into said format with this line of Script

links = """
(raw proxies)
"""
for BoostUpStation in links.split("\n"):
  if(BoostUpStation[-4:] == "8080"):
    print(BoostUpStation)