From c2034f7bc5e380349acec9c185a9b1b749c9a9d2 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 1 Apr 2025 21:29:58 +0200 Subject: [PATCH] add GoogleOther to bad-crawlers list --- copyparty/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/util.py b/copyparty/util.py index 73009d3a..6a6352de 100644 --- a/copyparty/util.py +++ b/copyparty/util.py @@ -246,7 +246,7 @@ SYMTIME = PY36 and os.utime in os.supports_follow_symlinks META_NOBOTS = '\n' # smart enough to understand javascript while also ignoring rel="nofollow" -BAD_BOTS = r"Barkrowler|bingbot|BLEXBot|Googlebot|GPTBot|PetalBot|SeekportBot|SemrushBot|YandexBot" +BAD_BOTS = r"Barkrowler|bingbot|BLEXBot|Googlebot|GoogleOther|GPTBot|PetalBot|SeekportBot|SemrushBot|YandexBot" FFMPEG_URL = "https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-full.7z"