Browse Source

Add "Python-urllib" to bot user agents

merge-requests/85/head
Deimos 5 years ago
parent
commit
9f6ea81990
  1. 1
      tildes/tildes/request_methods.py

1
tildes/tildes/request_methods.py

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

Loading…
Cancel
Save