Skip to content

Releases: sealedtx/java-youtube-downloader

2.1.3

02 Jun 20:14
e6a1d56
Compare
Choose a tag to compare

fixed parsing ciphered formats
thanks to: @Josemaralves

2.1.2

18 Apr 13:16
Compare
Choose a tag to compare
  • allow to download live content if broadcast is already finished (resolves #12)
  • fixed bug with missing contentLength (resolves #15);
  • AudioVideoFormat now extends Format, not AudioFormat

2.1.1

05 Mar 10:05
Compare
Choose a tag to compare
  • set utf-8 charset for Extractor
  • added videoQuality for AudioVideoFormat
  • add async download with Future result

2.1.0

24 Jan 12:31
Compare
Choose a tag to compare
  • added new function regex for deciphering
  • improved api design

2.0.1

12 Jan 14:13
Compare
Choose a tag to compare
  • fix regex to compile on android
  • removed java 8 features to support older android versions

2.0.0

11 Jan 13:58
2dbcdde
Compare
Choose a tag to compare
  • refactored project structure to be easily extended from external
  • added support for videos with signature (cihpered)

1.0.2

05 May 13:47
a299573
Compare
Choose a tag to compare

new video info parser

1.0.1

25 Mar 10:51
Compare
Choose a tag to compare
  • bug fixes;
  • code style improvements;

1.0.0

22 Mar 09:13
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master'