lexicalspace commited on
Commit
7051f5e
·
verified ·
1 Parent(s): 62dc27b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +69 -0
app.py CHANGED
@@ -56,6 +56,75 @@ def worker_loop():
56
 
57
  "https://raw.githubusercontent.com/clarketm/proxy-list/master/proxy-list-raw.txt",
58
  "https://raw.githubusercontent.com/sunny9577/proxy-scraper/master/proxies.txt"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  ]
60
 
61
 
 
56
 
57
  "https://raw.githubusercontent.com/clarketm/proxy-list/master/proxy-list-raw.txt",
58
  "https://raw.githubusercontent.com/sunny9577/proxy-scraper/master/proxies.txt"
59
+ "https://raw.githubusercontent.com/jetkai/proxy-list/main/online-proxies/txt/proxies-http.txt",
60
+ "https://raw.githubusercontent.com/jetkai/proxy-list/main/online-proxies/txt/proxies-https.txt",
61
+
62
+ # 2. Roosterkid (Classic, frequently updated)
63
+ "https://raw.githubusercontent.com/roosterkid/openproxylist/main/HTTPS_RAW.txt",
64
+
65
+ # 3. MuRongPIG (Aggregator)
66
+ "https://raw.githubusercontent.com/MuRongPIG/Proxy-Master/main/http.txt",
67
+ "https://raw.githubusercontent.com/MuRongPIG/Proxy-Master/main/https.txt",
68
+
69
+ # 4. KangProxy (Huge lists, updated often)
70
+ "https://raw.githubusercontent.com/officialputuid/KangProxy/KangProxy/http/http.txt",
71
+ "https://raw.githubusercontent.com/officialputuid/KangProxy/KangProxy/https/https.txt",
72
+
73
+ # 5. PrxChk
74
+ "https://raw.githubusercontent.com/prxchk/proxy-list/main/http.txt",
75
+ "https://raw.githubusercontent.com/prxchk/proxy-list/main/https.txt",
76
+
77
+ # 6. Rdavydov
78
+ "https://raw.githubusercontent.com/rdavydov/proxy-list/main/proxies/http.txt",
79
+ "https://raw.githubusercontent.com/rdavydov/proxy-list/main/proxies/https.txt",
80
+
81
+ # 7. Mertguvencli
82
+ "https://raw.githubusercontent.com/mertguvencli/http-proxy-list/main/proxy-list/data.txt",
83
+
84
+ # 8. Hendrikbgr
85
+ "https://raw.githubusercontent.com/hendrikbgr/Free-Proxy-Repo/master/proxy_list.txt",
86
+
87
+ # 9. Almroot
88
+ "https://raw.githubusercontent.com/almroot/proxylist/master/proxies.txt",
89
+
90
+ # 10. RX4096
91
+ "https://raw.githubusercontent.com/RX4096/proxy-list/main/online/http.txt",
92
+ "https://raw.githubusercontent.com/RX4096/proxy-list/main/online/https.txt",
93
+
94
+ # 11. Saisuiu (Lionkings)
95
+ "https://raw.githubusercontent.com/saisuiu/Lionkings-Http-Proxys/master/free.txt",
96
+
97
+ # 12. Vakhov
98
+ "https://raw.githubusercontent.com/vakhov/fresh-proxy-list/master/http.txt",
99
+ "https://raw.githubusercontent.com/vakhov/fresh-proxy-list/master/https.txt",
100
+
101
+ # 13. MMPX12
102
+ "https://raw.githubusercontent.com/mmpx12/proxy-list/master/http.txt",
103
+ "https://raw.githubusercontent.com/mmpx12/proxy-list/master/https.txt",
104
+
105
+ # 14. Zaeem20
106
+ "https://raw.githubusercontent.com/Zaeem20/FREE_PROXIES_LIST/master/http.txt",
107
+
108
+ # 15. Anonym0usWork1220
109
+ "https://raw.githubusercontent.com/Anonym0usWork1220/Free-Proxies/main/proxy_files/http_proxies.txt",
110
+
111
+ # 16. OpsXCQ
112
+ "https://raw.githubusercontent.com/opsxcq/proxy-list/master/list.txt",
113
+
114
+ # 17. Proxy-List.Download (API)
115
+ "https://www.proxy-list.download/api/v1/get?type=http",
116
+ "https://www.proxy-list.download/api/v1/get?type=https",
117
+
118
+ # 18. ObcbO
119
+ "https://raw.githubusercontent.com/ObcbO/getproxy/master/file/http.txt",
120
+ "https://raw.githubusercontent.com/ObcbO/getproxy/master/file/https.txt",
121
+
122
+ # 19. UptimeRobot Feed (Often good for raw IPs)
123
+ "https://raw.githubusercontent.com/caliphdev/Proxy-List/master/http.txt",
124
+ "https://raw.githubusercontent.com/caliphdev/Proxy-List/master/https.txt",
125
+
126
+ # 20. Emonadeo
127
+ "https://raw.githubusercontent.com/Emonadeo/proxy-list/main/proxies/http.txt"
128
  ]
129
 
130