Releases: sealedtx/java-youtube-downloader
Releases · sealedtx/java-youtube-downloader
2.4.1
Fix author extraction for autogenerated playlists
2.4.0
Added cancellation functionality for async video download
2.3.1
- Download part by part for adaptive formats (resolves #48)
- Removed "java.util.stream" to support old Android
- Fix audio format parsing
thanks to @Grodou
2.3.0
add playlist support (resolves #33) thanks to @Grodou
2.2.5
- filter OTF formats;
- fix bug with extracting ytPlayerConfig (resolves #47) thanks to @Wittano
2.2.4
Add captions/subtitles extraction (#36)
2.2.2
fix bug with extracting js cipher functions, resolves #30
2.2.1
- remove try-with-resources, StandardCharsets.UTF_8 to support android < 19
- extend YoutubeVideo api to allow file naming;
- properly close InputStream/OutputStream;
- handle http response code != 200;
- added/refactored tests;
2.2.0
added retrieving HLS url for live videos (resolves #22)
thanks to: @poornerd