aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yeetube.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/yeetube.el b/yeetube.el
index d4330aa..cffed92 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -283,7 +283,8 @@ This is used to download thumbnails from `yeetube-content', within
(concat "https://youtube.com/search?q="
(replace-regexp-in-string " " "+" query)
;; Filter parameter to remove live videos.
- "&sp=EgQQASAB")
+ "&sp="
+ (yeetube-get-filter-code yeetube-sort-by))
'silent 'inhibit-cookies 30)
(decode-coding-region (point-min) (point-max) 'utf-8)
(goto-char (point-min))