Skip to content

Releases: kkdai/youtube

v2.1.0

25 Sep 11:52
Compare
Choose a tag to compare

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

22 Aug 22:37
1a074b3
Compare
Choose a tag to compare

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

16 Aug 18:56
e074941
Compare
Choose a tag to compare

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

13 Aug 23:10
40fdf77
Compare
Choose a tag to compare

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

29 Jul 17:55
Compare
Choose a tag to compare

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

fix decipher, support 1080p etc.

21 Jul 21:03
6db3237
Compare
Choose a tag to compare
  • support 1080p: -q hd1080 #66
  • add progress bar #69
  • list all available streams of video with -info (-itags removed) #74
  • fix decipher function change from youtube #81
  • support skip SSL #82

Fix signatureCipher issue, add support for itag

30 Jun 22:22
088b889
Compare
Choose a tag to compare
  • fix issue for cipher: youtube renamed field "Cipher" to "signatureCipher"
  • add itag download with -i
  • list all available itags of video with -itags

Issue fixed for invalid title

24 Apr 02:35
100792d
Compare
Choose a tag to compare
Merge pull request #29 from nitrix/fix/issue-28

Fixes issues #28, invalid filenames on some OSes

Add cipher support for obfuscate URL without URL stream

20 Apr 10:49
2a57fdd
Compare
Choose a tag to compare

Fixed Youtube video format changed.

13 Apr 11:12
Compare
Choose a tag to compare

Fix youtube video info change.