Skip to content

Releases: kkdai/youtube

v2.4.0

Choose a tag to compare

@Julian-Chu Julian-Chu released this 20 Jan 19:25
7020fc5

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

Choose a tag to compare

@corny corny released this 03 Dec 21:57

Changelog

f2f899a info command: Show ContentLength instead of calculated size
473585e info command: Show QualityLabel instead of Quality
e839398 Add installation way of MacOS
969f6aa Print audio quality
3083bb7 Show average bitrate and estimated size
6199fd0 Optimize ffmpeg flags

v2.2.1

Choose a tag to compare

@corny corny released this 16 Nov 13:10

Changelog

67c419a info: add bitrate

v2.2.0

Choose a tag to compare

@corny corny released this 06 Nov 16:24

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

Choose a tag to compare

@corny corny released this 26 Oct 13:45

Changelog

d0ae804 Build statically and add build information
0a7e7fd Use current directory as default
aab0d13 Apply gofmt
44ebc32 Always utilize q option
a00e159 Fix integration tests (#118)

v2.1.0

Choose a tag to compare

@corny corny released this 25 Sep 11:52

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

Choose a tag to compare

@Julian-Chu Julian-Chu released this 22 Aug 22:37
1a074b3

Changelog

1a074b3 Merge pull request #106 from Julian-Chu/fix_parseCipher_20200822
0835b05 fix regex for cipher
cf2c575 Merge pull request #103 from tystuyfzand/stream-url
d4d5a92 Add documentation to GetStreamURL
0dcd24a Expose getStreamURL for use elsewhere

v2.0.1

Choose a tag to compare

@Julian-Chu Julian-Chu released this 16 Aug 18:56
e074941

Changelog

e074941 Merge pull request #101 from Julian-Chu/fix-go-mod-v2
b5d666c fix go mod v2
b0d12f7 Merge pull request #100 from fr3fou/patch-1
d4b0be2 Possibly fix #99.
389d5e0 Unexport PlayerResponseData
1a74ab2 Test with Go 1.15.x
862c423 Update goreleaser.yml

v2.0.0

Choose a tag to compare

@corny corny released this 13 Aug 23:10
40fdf77

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

Choose a tag to compare

@corny corny released this 29 Jul 17:55

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