v0.4.1
This is the forth.1 release of youtty!! 🎉❤️
Fix in this minor version:
- RELEASE_VERSION was pushed with "-dev" prefix :D
New:
- *Completely removed the need for
~/youtty
; now using the XDG default path standard (This is very nice) - Ability to change the API key from the CLI using
youtty --change-key
(This is very usefull :D) - Source code for repo is now organized
- Now using
version.h
header for easy versioning in source code
*Note: You have to manually delete~/youtty
folder if you installed a previous version and want to clean up.
This release includes the following basic features of the youtty program following its core concept:
- Abillity to search download and view videos from youtube from the plain tty or any terminal emulator
- Preview youtube thumbnails in kitty terminal
- Select a video output method for vlc
- Search for a single video without API key
- Save videos after downloading them
Dependencies:
- python
- python-requests (module)
- yt-dlp
- vlc
- make & gcc (Necesary for building & compiling the software)