aboutsummaryrefslogtreecommitdiffstats
path: root/yeetube.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-10-04 06:13:55 +0300
committerThanos Apollo <[email protected]>2023-10-04 06:13:55 +0300
commit784e27ba7614907bde42e4510f67895ca9b2cf8d (patch)
treed1b9772ad78671c54269de1b3241903505039997 /yeetube.el
parent18c04d12c9b62a7e44ff7f29da634da72c52188b (diff)
yeetube: inhibit cookies & use silent for url-retrieve
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)