Ytfzf 2.0
#436
Replies: 1 comment 1 reply
-
Do you consider implementation of preview in external program? Like imv or whatever. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We didn't like the old code base so we decided to rewrite it.
The goal is to keep the codebase simple, and avoid features that lots of complexity.
To update to the new release
git clone https://github.com/pystardust/ytfzf cd ytfzf sudo make install man
If you do not wish to install man pages (highly unrecommended) run
sudo make install
instead.Changes
Assume your current config file doesn't work with this update, see ytfzf(1) and ytfzf(5).
Feel free to ask here or on the discord for help.
Breaking Changes
Additions
Scrapers for invidious
-I to get various information about a video instead of playing it
support for w3m image display (although it's a bit buggy)
submenus, eg: when clicking on a playlist, it scrapes the playlist and opens it
multi-scrape, scrape multiple websites at once
ytfzf -cO,Y search
framework for playlists
~/.cache/ytfzf/watch_hist
file (after you watch a video and if you have history enabled)Modularity
Documentation
Removed
Bugs
This discussion was created from the release Ytfzf 2.0.
Beta Was this translation helpful? Give feedback.
All reactions