Add "Python-urllib" to bot user agents

This commit is contained in:
Deimos
2019-09-18 19:48:01 -06:00
parent 6a7b42dd87
commit 9f6ea81990

View File

@@ -26,6 +26,7 @@ def is_bot(request: Request) -> bool:
"Googlebot",
"qotnews scraper",
"Prometheus",
"Python-urllib",
"Qwantify",
"YandexBot",
)