Installation
# Binary download
curl -fsSL https://raw.githubusercontent.com/xdagiz/xytz/main/install.sh | bash
# Or using Go
go install github.com/xdagiz/xytz@latest
Changelog
New Features
- e96e034: feat(cli): add cookies-from-browser and cookies flag for auth (@xdagiz)
- 5da7198: feat(release): add goreleaser and github action for automated releases (@xdagiz)
Other work
- 9bda467: Fix concurrency bugs, resource leaks, and refactor SearchModel (#9) (@sadopc)
- d504d7f: refactor(download): reduce StartDownload parameters using DownloadRequest struct (@xdagiz)
- aaa89b6: refactor: extract playlist and channel URL parsing (@xdagiz)