From af66ec806dc9a158e92284f27a9a3f684f2c8e1b Mon Sep 17 00:00:00 2001 From: xiaomlove <1939737565@qq.com> Date: Sat, 28 Mar 2026 14:37:25 +0700 Subject: [PATCH] imdb force agent --- nexus/Imdb/Imdb.php | 1 + 1 file changed, 1 insertion(+) diff --git a/nexus/Imdb/Imdb.php b/nexus/Imdb/Imdb.php index 3899bcde..f2cdfb4e 100644 --- a/nexus/Imdb/Imdb.php +++ b/nexus/Imdb/Imdb.php @@ -32,6 +32,7 @@ class Imdb $config->photoroot = $photoRoot; $config->language = get_setting('main.imdb_language', 'en-US'); $config->cache_expire = 0; + $config->force_agent = 'Googlebot/2.1 (+http://www.google.com/bot.html)'; $this->config = $config; }