From 31f87a9bdf2701a3ffbe0a68db5dd5ab94526fad Mon Sep 17 00:00:00 2001 From: qananasikq Date: Fri, 24 Apr 2026 18:36:31 +0300 Subject: [PATCH] update parser --- iaai_scraper/fast_sync.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/iaai_scraper/fast_sync.py b/iaai_scraper/fast_sync.py index 9351316..92911ce 100644 --- a/iaai_scraper/fast_sync.py +++ b/iaai_scraper/fast_sync.py @@ -65,10 +65,16 @@ class FastSyncEngine: return any( marker in text for marker in ( + "sslerror", + "ssleoferror", + "unexpected_eof_while_reading", + "eof occurred in violation of protocol", + "max retries exceeded", "read timed out", "readtimeout", "connection reset", "connection aborted", + "connection closed", "temporarily unavailable", "too many requests", "status=429",