diff --git a/README.md b/README.md index dc816b0..a86159c 100644 --- a/README.md +++ b/README.md @@ -56,29 +56,6 @@ Special Offer: FREE 100MB trial available. Use code WELCOME20 for 20% off.
-
-
-
-
-
- 711Proxy provides reliable residential proxies for web scraping, username lookups, and public data collection. Over 100M residential IPs across 200+ countries • High Success Rates • Fast & Reliable Connections.
-Special Offer: Free trial available! Rotating residential proxies from just $0.55/GB. Unlimited residential proxies from $15/hour with no concurrency limits.
-
-
-
-
-
- 9Proxy provides residential proxies from just $0.018/IP or $0.68/GB. 20M+ IPs across 90+ countries. Sticky or rotating sessions, managed from desktop or mobile app. -
-@@ -89,7 +66,7 @@
RapidProxy provides high-performance residential proxies for Twitter scraping, Selenium automation, and web data extraction. 90M+ IPs • Smart rotation • Anti-block • Non-expiring traffic.
-Special Offer: Try it free — Plans from $0.65/GB. Use code RAPID10 for 10% off.
+Special Offer: Try it free — Plans from $0.65/GB. Use code RAPID10 for 10% off.
-
-
-
-
- 711Proxy 提供可靠的住宅代理,适用于网页抓取、用户名查询及公开数据采集。覆盖 200+ 个国家超 1 亿住宅 IP · 高成功率 · 稳定快速。
-特别优惠:免费试用!轮换住宅代理低至 $0.55/GB。无并发限制的不限量住宅代理低至 $15/小时。
-
-
-
-
-
- 9Proxy 提供住宅代理,低至 $0.018/IP 或 $0.68/GB。覆盖 90+ 国家超 2000 万 IP,支持长效或轮换会话,可通过桌面或移动端应用管理。 -
-diff --git a/maigret/errors.py b/maigret/errors.py index df93559..37a23f6 100644 --- a/maigret/errors.py +++ b/maigret/errors.py @@ -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', diff --git a/tests/test_errors.py b/tests/test_errors.py index 7bd3530..1fb4d46 100644 --- a/tests/test_errors.py +++ b/tests/test_errors.py @@ -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%', '!'),