Skip to content

Tags: izouxv/youtube

Tags

v2.3.0

Toggle v2.3.0's commit message
info command: Show ContentLength instead of calculated size

v2.2.1

Toggle v2.2.1's commit message
info: add bitrate

Currently, the Quality is not enough to differentiate some files. For example
with this link:

https://www.youtube.com/watch?v=wHvgUD5uKPk

Among others you get these:

+------+---------+--------------------------------------------+
| ITAG | QUALITY |                  MIMETYPE                  |
+------+---------+--------------------------------------------+
|  249 | tiny    | audio/webm; codecs="opus"                  |
|  250 | tiny    | audio/webm; codecs="opus"                  |
|  251 | tiny    | audio/webm; codecs="opus"                  |
+------+---------+--------------------------------------------+

These appear exactly the same. After this change, will look like this:

+------+---------+---------+--------------------------------------------+
| ITAG | QUALITY | BITRATE |                  MIMETYPE                  |
+------+---------+---------+--------------------------------------------+
|  249 | tiny    |   56255 | audio/webm; codecs="opus"                  |
|  250 | tiny    |   75972 | audio/webm; codecs="opus"                  |
|  251 | tiny    |  149560 | audio/webm; codecs="opus"                  |
+------+---------+---------+--------------------------------------------+

v2.2.0

Toggle v2.2.0's commit message
Build without cgo

v2.1.1

Toggle v2.1.1's commit message
Build statically and add build information

v2.1.0

Toggle v2.1.0's commit message
Clean up dependencies

v2.0.2

Toggle v2.0.2's commit message
fix cipher parser 20200823

v2.0.1

Toggle v2.0.1's commit message
fix go mod semantic versioning

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request kkdai#97 from Julian-Chu/master

add Formats and AdaptiveFormats to Video

v1.2.4

Toggle v1.2.4's commit message
Add GoReleaser

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request kkdai#81 from Julian-Chu/add-error-check-to-decipher

Add error check to decipher