From 255682b475ef3db14e758755cbf5e6a85d39a7e1 Mon Sep 17 00:00:00 2001 From: Protektor Date: Tue, 2 Aug 2022 03:36:40 -0500 Subject: [PATCH] Create txt.py Public limit without API key is 2 for http://pubproxy.com/ --- getproxy/plugin/txt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getproxy/plugin/txt.py b/getproxy/plugin/txt.py index d80c323..49ebd59 100644 --- a/getproxy/plugin/txt.py +++ b/getproxy/plugin/txt.py @@ -23,7 +23,7 @@ def __init__(self): self.txt_list = [ # 'http://api.xicidaili.com/free2016.txt', 'http://static.fatezero.org/tmp/proxy.txt', - 'http://pubproxy.com/api/proxy?limit=20&format=txt&type=http', + 'http://pubproxy.com/api/proxy?limit=2&format=txt&type=http', 'http://comp0.ru/downloads/proxylist.txt', 'http://www.proxylists.net/http_highanon.txt', 'http://www.proxylists.net/http.txt',