Releases: kkdai/youtube
Release list
v2.4.0
Changelog
7020fc5 Merge pull request #142 from Julian-Chu/add_decipherOperationsCache
f710189 rename operation to DecipherOperation and make exported to pass linting
6fbee30 add test for SimpleCache
0a733ae add test for SimpleCache
436875d add DecipherOperations interface and SimpleCache
e2c3fae Merge pull request #141 from kkdai/update-package-deploy-in-different-locations
bde5553 add missing contributor
2ba9d67 youtubedr package in different locations
v2.3.0
v2.2.1
v2.2.0
Changelog
f10c54c Build without cgo
18d6643 Fix README
8ab1e21 Remove download_test.sh
dc45bd0 Switch from flag to cobra for the CLI
546210f Fix extraction of player url
50016d8 Expose Description in Video struct
a2d4d76 Make linter happy
149f79e Apply gofmt
2e23788 Improve error message
f40d664 ability to just output the stream url, without having to download the entire video. Basically equivalent to youtube-dl -g option
464d1f5 wrong option
020817c Update README.md
833e3d8 Merge pull request #122 from RUSshy/patch-1
0408e59 Update README.md
v2.1.1
v2.1.0
Changelog
116d1f8 Clean up dependencies
978f3f7 Add ARM to goreleaser
083fa35 Fix selection of itag
a1793cb Allow proxy settings via environment variable
7c3c3c7 HLS and DASH manifests for livestreams (#111)
c1aa73c Merge pull request #108 from halfwit/patch-1
79e2d0e Update goreleaser.yml
628933a Use httpGetBodyBytes
v2.0.2
v2.0.1
v2.0.0
Changelog
389d5e0 Unexport PlayerResponseData
1a74ab2 Test with Go 1.15.x
862c423 Update goreleaser.yml
40fdf77 Merge pull request #97 from Julian-Chu/master
be88615 Refactor Format/Stream structs
e7011b9 refactor parseStreams
064f30b extract Format and AdaptiveFormat
8d8aa2a Add tests for errors
05e8029 Add httpGetBodyBytes method
0d16ffd Update dependencies
5546e54 style: use same receiver name
4ef88a2 style: add golint
c0516c2 Rework for v2 (#96)
3f9bc86 Covert line endings from Windows (CRLF) to Unix (LF)
1e0522c Execute Github actions for all branches
c58c0ba Merge pull request #95 from kkdai/remove-travis
9e4236d Remove Travis CI
v1.2.4
Changelog
a4d7357 Add GoReleaser
07e9a56 Rewrite decipher algorithm
24bbae0 Improve test suite and fix tests
9928e9f Avoid usage of github.com/pkg/errors package
cc85247 Merge pull request #89 from corny/codecov
eaf1a6d Upload coverage data to Codecov
20f6877 Merge pull request #88 from corny/update-dependencies
c84579f Merge pull request #90 from corny/wrap-errors
1f9239a Wrap errors with %w
c4038c9 Update Go version and dependencies
da296e9 Merge pull request #85 from kcubeterm/patch-1
65b6eca Update README.md