mirror of
https://github.com/soxoj/maigret.git
synced 2026-08-17 19:25:41 +02:00
Update sponsorship information (#2953)
This commit is contained in:
@@ -56,29 +56,6 @@
|
||||
<b>Special Offer</b>: FREE 100MB trial available. Use code WELCOME20 for 20% off.
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://www.711proxy.com/?utm_t=1&utm_i=538">
|
||||
<img src="https://i.imgur.com/s1JHMun.gif" width="250" alt="711Proxy">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="https://www.711proxy.com/?utm_t=1&utm_i=538"><b>711Proxy</b></a> provides reliable residential proxies for web scraping, username lookups, and public data collection. Over <b>100M</b> residential IPs across <b>200+</b> countries • High Success Rates • Fast & Reliable Connections. <br>
|
||||
<b>Special Offer</b>: Free trial available! Rotating residential proxies from just <b>$0.55/GB</b>. Unlimited residential proxies from <b>$15/hour</b> with no concurrency limits.
|
||||
</p>
|
||||
|
||||
<br>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://9proxy.com/?utm_source=Github&utm_campaign=obscura">
|
||||
<img src="https://i.imgur.com/FleHdvu.gif" width="250" alt="9Proxy">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="https://9proxy.com/?utm_source=Github&utm_campaign=obscura"><b>9Proxy</b></a> provides residential proxies from just <b>$0.018/IP or $0.68/GB</b>. 20M+ IPs across 90+ countries. Sticky or rotating sessions, managed from desktop or mobile app.
|
||||
</p>
|
||||
|
||||
<br>
|
||||
|
||||
<p align="center">
|
||||
@@ -89,7 +66,7 @@
|
||||
|
||||
<p>
|
||||
<a href="https://www.rapidproxy.io/?ref=soxoj"><b>RapidProxy</b></a> provides high-performance residential proxies for Twitter scraping, Selenium automation, and web data extraction. 90M+ IPs • Smart rotation • Anti-block • Non-expiring traffic. <br>
|
||||
<b>Special Offer</b>: Try it free — Plans from $0.65/GB. Use code <b>RAPID10</b> for 10% off.
|
||||
<b>Special Offer</b>: Try it free — Plans from $0.65/GB. Use code <b>RAPID10</b> for 10% off.
|
||||
</p>
|
||||
|
||||
## Contents
|
||||
|
||||
@@ -56,29 +56,6 @@
|
||||
<b>特别优惠</b>:可领取免费 100MB 试用。使用代码 WELCOME20 可享 8 折优惠。
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://www.711proxy.com/?utm_t=1&utm_i=538">
|
||||
<img src="https://i.imgur.com/s1JHMun.gif" width="250" alt="711Proxy">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="https://www.711proxy.com/?utm_t=1&utm_i=538"><b>711Proxy</b></a> 提供可靠的住宅代理,适用于网页抓取、用户名查询及公开数据采集。覆盖 <b>200+</b> 个国家超 <b>1 亿</b>住宅 IP · 高成功率 · 稳定快速。<br>
|
||||
<b>特别优惠</b>:免费试用!轮换住宅代理低至 <b>$0.55/GB</b>。无并发限制的不限量住宅代理低至 <b>$15/小时</b>。
|
||||
</p>
|
||||
|
||||
<br>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://9proxy.com/?utm_source=Github&utm_campaign=obscura">
|
||||
<img src="https://i.imgur.com/FleHdvu.gif" width="250" alt="9Proxy">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="https://9proxy.com/?utm_source=Github&utm_campaign=obscura"><b>9Proxy</b></a> 提供住宅代理,低至 <b>$0.018/IP 或 $0.68/GB</b>。覆盖 90+ 国家超 2000 万 IP,支持长效或轮换会话,可通过桌面或移动端应用管理。
|
||||
</p>
|
||||
|
||||
<br>
|
||||
|
||||
<p align="center">
|
||||
|
||||
+4
-1
@@ -78,7 +78,10 @@ COMMON_ERRORS = {
|
||||
'id="gs_captcha_f"': CheckError('Captcha', 'Google rate-limit / captcha'),
|
||||
}
|
||||
|
||||
PROXY_RECOMMENDATION = "it's recommended to use --cloudflare-bypass or a proxy"
|
||||
PROXY_RECOMMENDATION = (
|
||||
"it's recommended to use --cloudflare-bypass or a proxy, "
|
||||
"e.g. https://www.rapidproxy.io/?ref=soxoj"
|
||||
)
|
||||
|
||||
ERRORS_TYPES = {
|
||||
'Captcha': 'Try to switch to another IP address or to use service cookies',
|
||||
|
||||
@@ -55,7 +55,8 @@ def test_notify_about_errors():
|
||||
(
|
||||
'Too many errors of type "Access denied" (25.0%)',
|
||||
'!',
|
||||
"It's recommended to use --cloudflare-bypass or a proxy",
|
||||
"It's recommended to use --cloudflare-bypass or a proxy, "
|
||||
"e.g. https://www.rapidproxy.io/?ref=soxoj",
|
||||
),
|
||||
('Verbose error statistics:', '-'),
|
||||
('Captcha: 25.0%', '!'),
|
||||
|
||||
Reference in New Issue
Block a user