aboutsummaryrefslogtreecommitdiffstats
path: root/yeetube.el
diff options
context:
space:
mode:
Diffstat (limited to 'yeetube.el')
-rw-r--r--yeetube.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/yeetube.el b/yeetube.el
index 8e7dcb7..707387a 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -193,7 +193,8 @@ Example Usage:
(concat yeetube-query-url
"/search?q="
(replace-regexp-in-string " " "+" query)
- "&type=video")
+ ;; Filter parameter to remove live videos.
+ "&sp=EgQQASAB")
t t 30)
(decode-coding-region (point-min) (point-max) 'utf-8)
(goto-char (point-min))