aboutsummaryrefslogtreecommitdiffstats
path: root/yeetube.el
diff options
context:
space:
mode:
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 a461880..89bb633 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -150,7 +150,7 @@ WHERE indicates where in the buffer the update should happen."
(replace-regexp-in-string " " "+" query)
;; Filter parameter to remove live videos.
"&sp=EgQQASAB")
- t t 30)
+ 'silent 'inhibit-cookies 30)
(decode-coding-region (point-min) (point-max) 'utf-8)
(goto-char (point-min))
(toggle-enable-multibyte-characters)