From 2af8df082cb782d87d75ee86281c2adf3caa7de6 Mon Sep 17 00:00:00 2001 From: Deimos Date: Fri, 20 Sep 2019 12:26:03 -0600 Subject: [PATCH] Add Tildes Scraper to bot 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 1ec07b0..1ba2a0d 100644 --- a/tildes/tildes/request_methods.py +++ b/tildes/tildes/request_methods.py @@ -28,6 +28,7 @@ def is_bot(request: Request) -> bool: "Prometheus", "Python-urllib", "Qwantify", + "Tildes Scraper", "YandexBot", )