aboutsummaryrefslogtreecommitdiffstats
path: root/yeetube.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-06-14 10:53:17 +0300
committerThanos Apollo <[email protected]>2024-06-14 10:53:42 +0300
commit3ad591bf98979bac99e1376dae4c168f3ed59909 (patch)
tree856ba00cfeef83caa9472665bda4a2556afafd54 /yeetube.el
parentc6e759276c80f973fd9a7d095c08c85d983a580d (diff)
yeetube-request-headers: Update user-agentHEADmaster
Diffstat (limited to 'yeetube.el')
-rw-r--r--yeetube.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/yeetube.el b/yeetube.el
index 6780b8b..dc905c1 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -324,7 +324,7 @@ WHERE indicates where in the buffer the update should happen."
(defvar yeetube-request-headers
'(("Accept-Language" . "Accept-Language: en-US,en;q=0.9")
("Accept" . "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8")
- ("User-Agent" . "Mozilla/5.0 (Windows NT 10.0; rv:122.0) Gecko/20100101 Firefox/122.0"))
+ ("User-Agent" . "Mozilla/5.0 (Windows NT 10.0; rv:126.0) Gecko/20100101 Firefox/126.0"))
"HTTP Request extra headers.")
(defun yeetube-get-filter-code (filter)