Skip to content

v0.4.2

Latest
Compare
Choose a tag to compare
@Dvd-Znf Dvd-Znf released this 22 Jul 18:59
· 3 commits to master since this release

This is the forth.2 release of youtty!! 🎉❤️

Fix in this minor version:

  • Fixed an possible security issue with parsing a string directly with fprintf()

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)