Installation
# Binary download
curl -sSL https://raw.githubusercontent.com/xdagiz/xytz/install.sh | bash
# Or via Go
go install github.com/xdagiz/xytz@latest
# Arch Linux (AUR)
yay -S xytz-binChangelog
New Features
- bac3f8b: feat(config): add video and audio formats and use them when downloading (@xdagiz)
- 342d39c: feat(config): use XDG_CONFIG_HOME if set on macOS, fixes #11 (@xdagiz)
- 8aa06cf: feat(search): add ParseSearchQuery function for URL type detection (@xdagiz)