Skip to content

Releases: sealedtx/java-youtube-downloader

2.4.1

03 Oct 17:19
Compare
Choose a tag to compare

Fix author extraction for autogenerated playlists

2.4.0

02 Oct 10:42
Compare
Choose a tag to compare

Added cancellation functionality for async video download

2.3.1

07 Sep 17:47
Compare
Choose a tag to compare
  • 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

03 Sep 07:40
Compare
Choose a tag to compare

add playlist support (resolves #33) thanks to @Grodou

2.2.5

25 Aug 08:14
Compare
Choose a tag to compare
  • filter OTF formats;
  • fix bug with extracting ytPlayerConfig (resolves #47) thanks to @Wittano

2.2.4

31 Jul 13:41
4342375
Compare
Choose a tag to compare

Add captions/subtitles extraction (#36)

2.2.3

29 Jul 08:21
Compare
Choose a tag to compare

Resolves #38, thanks to @kangsLee

2.2.2

21 Jul 09:57
Compare
Choose a tag to compare

fix bug with extracting js cipher functions, resolves #30

2.2.1

10 Jul 12:59
Compare
Choose a tag to compare
  • 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

12 Jun 08:00
Compare
Choose a tag to compare

added retrieving HLS url for live videos (resolves #22)
thanks to: @poornerd