From c0b2711a78c4b8f355fb23c4e9a791c83f2dd287 Mon Sep 17 00:00:00 2001 From: xnaas Date: Thu, 2 Dec 2021 08:00:57 -0600 Subject: [PATCH 1/2] bump user-agent --- sopel/modules/url.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel/modules/url.py b/sopel/modules/url.py index fcff7700e5..0a64254ac1 100644 --- a/sopel/modules/url.py +++ b/sopel/modules/url.py @@ -28,7 +28,7 @@ USER_AGENT = ( 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) ' 'AppleWebKit/537.36 (KHTML, like Gecko) ' - 'Chrome/78.0.3904.108 Safari/537.36' + 'Chrome/96.0.4664.45 Safari/537.36' ) DEFAULT_HEADERS = { 'User-Agent': USER_AGENT, From 523a1e189f7c0f07b95cf70a8a41d228eec76ec0 Mon Sep 17 00:00:00 2001 From: xnaas Date: Sat, 19 Feb 2022 19:26:58 -0600 Subject: [PATCH 2/2] bump user-agent again --- sopel/modules/url.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel/modules/url.py b/sopel/modules/url.py index 0a64254ac1..84fa608899 100644 --- a/sopel/modules/url.py +++ b/sopel/modules/url.py @@ -28,7 +28,7 @@ USER_AGENT = ( 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) ' 'AppleWebKit/537.36 (KHTML, like Gecko) ' - 'Chrome/96.0.4664.45 Safari/537.36' + 'Chrome/98.0.4758.102 Safari/537.36' ) DEFAULT_HEADERS = { 'User-Agent': USER_AGENT,