From 6092a37946f070211541a038a00f04c3ea92f77c Mon Sep 17 00:00:00 2001 From: Deimos Date: Fri, 17 Jul 2020 12:07:43 -0600 Subject: [PATCH] Add yacybot to list of 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 049ea67..83666f0 100644 --- a/tildes/tildes/request_methods.py +++ b/tildes/tildes/request_methods.py @@ -37,6 +37,7 @@ def is_bot(request: Request) -> bool: "Qwantify", "SeznamBot", "Tildes Scraper", + "yacybot", "YandexBot", )