diff options
author | Thanos Apollo <[email protected]> | 2024-02-07 08:58:18 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-07 08:58:18 +0200 |
commit | b57d036e2c60918b01adbf70e4fd691de9b7d3e9 (patch) | |
tree | 25b8f1266fe0ba50ef16046a256304cb55f7db38 | |
parent | 037771c77ea1007b62d773400fef1ef151a76919 (diff) |
Update README
Add `Apply Filters` section
-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 |