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"