Version 1.8.0

Update CHANGELOG.md
This commit is contained in:
Mattia 2021-10-05 17:29:41 +02:00
parent 477640869a
commit 7fe4e612db
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
## 1.10.8
- Added the following aliases: yt.videos.streams (instead of yt.videos.streamsClient) and yt.videos.comments (instead of yt.videos.commentsClient)
- Re-add more test cases.
- Implement `.describe()` on List<StreamInfo> which prints a formatted list like `youtube-dl -F` option.
- Implement `.describe()` on List<StreamInfo> which prints a formatted list like `youtube-dl -F` option. T
- Fix muxed video extraction ( #172 )
- Better dis/likes video extraction.
## 1.10.7+1
- Fix tests.