Changelog
🔥 New features
- Support for external menus (eg rofi, fzf, dmenu, etc.) via command line options. See README.md for details. (
#3
)
NOTE: The fzf
menu is set by default unless another external menu is given as a command line option.
🔧 Fixed
- Migration to
v3.0
API version (#2
)
- Removed unnecesary slash causing 404 HTTP error in
url_array
(da35f0b
)
- Fixed handling of negative indexes. So that you can select episodes from the end (
304e65c
)