From d13dca630b2d34a7a0c41b8c3ef5dd79c75ec6cb Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Wed, 2 Dec 2020 10:54:25 -0500 Subject: [PATCH] Update proxy examples --- seleniumbase/config/proxy_list.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seleniumbase/config/proxy_list.py b/seleniumbase/config/proxy_list.py index 918c4451..2806d957 100755 --- a/seleniumbase/config/proxy_list.py +++ b/seleniumbase/config/proxy_list.py @@ -20,8 +20,8 @@ you can try finding one from one of following sites: """ PROXY_LIST = { - "example1": "212.87.220.2:3128", # (Example) - set your own proxy here - "example2": "51.75.147.44:3128", # (Example) - set your own proxy here + "example1": "134.209.128.61:3128", # (Example) - set your own proxy here + "example2": "165.227.83.185:3128", # (Example) - set your own proxy here "example3": "82.200.233.4:3128", # (Example) - set your own proxy here "proxy1": None, "proxy2": None,