aboutsummaryrefslogtreecommitdiffstats
path: root/yeetube.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-09-28 01:14:07 +0300
committerThanos Apollo <[email protected]>2023-09-28 01:18:35 +0300
commit8667485c1c808871a05cb6fb9e1efb6abf52730d (patch)
tree0f4f3d3d9d543364909eed0281f4b42ea32b2d63 /yeetube.el
parent3c50c3a5d9782cab7d564ef398dce4dc890a491a (diff)
yeetube: (yeetube-search) Add filter to remove live videos
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))