diff options
author | Thanos Apollo <[email protected]> | 2024-02-07 08:59:29 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-07 08:59:29 +0200 |
commit | be3d736621b4c25665d29fb28a863d0f2179fc5a (patch) | |
tree | e3b04f466a9a7282a3046f545f7af1e7ccdbbd44 /README.md | |
parent | 16307d5ccb0bb0ebda2f7b3cb8c5142e3058218e (diff) | |
parent | a0070ea827031ec5adfdb589c4732d5ea029a3ff (diff) |
Release version 2.1.0: Merge branch 'v2.1.0-dev'2.1.0
- Fix filtering
- Add filtering options
This was inspired by Boruch Baum fork:
https://github.com/Boruch-Baum/emacs-yeetube.el
But instead of sorting using a tabulated-list-sort-key, we apply a
filter for query. This should negate issues issues for sorting by date
based on users region/language, as well as add future possible options
with more filter options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -71,6 +71,21 @@ packages like so: Make sure that the media player of your choice can directly play youtube urls. +### Apply Filters + +To filter the search results based on a specific criterion, you can +modify the `yeetube-filter` value to your preferred option. + +For example: + +```emacs-lisp +(setf yeetube-filter "Views") +``` + +This will filter & sort the search results according to the number of +each video. + + ### FAQ #### Feature request: display thumbnails Formatting images in a text buffer is not something that I found easy |