From 221dbf01c7be2b1db191fe1600f43f81cf848532 Mon Sep 17 00:00:00 2001 From: Deimos Date: Wed, 9 Oct 2019 11:16:09 -0600 Subject: [PATCH] Add SeznamBot to crawler user agents --- tildes/tildes/request_methods.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tildes/tildes/request_methods.py b/tildes/tildes/request_methods.py index 0ece529..931afe8 100644 --- a/tildes/tildes/request_methods.py +++ b/tildes/tildes/request_methods.py @@ -30,6 +30,7 @@ def is_bot(request: Request) -> bool: "Prometheus", "Python-urllib", "Qwantify", + "SeznamBot", "Tildes Scraper", "YandexBot", )