Skip to content

Tags: kidmam/youtube

Tags

v2.6.0

Toggle v2.6.0's commit message
Rename SortFormats to Sort

to avoid stuttering

v2.5.0

Toggle v2.5.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#148 from Julian-Chu/bugfix/fix-decipher

Bugfix/fix decipher

v2.4.1

Toggle v2.4.1'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#144 from john-black-3k/not_playable_in_embed…

…_fix

Parse video page if embedding the video on other sites has been disabled

v2.4.0

Toggle v2.4.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#142 from Julian-Chu/add_decipherOperationsCache

Add decipher operations cache

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