Releases: sealedtx/java-youtube-downloader
Releases · sealedtx/java-youtube-downloader
3.0.1
fix extractPlayerConfigFromHtml
3.0.0
Major refactoring, new features:
- better project stucture and class naming;
- request/reponse pattern;
- async parsing api;
- proxy support**;
- retries on failure**;
2.5.2
- fix playlist parsing: switch continuation to browse API
- fix subtitles translation
2.5.0
upload channel "uploads" feature, resolves #70 thanks to @Fabulierer
2.4.6
fixed bugs with fetching playlists #69
2.4.5
fixed playlist extraction (resolves #67)
2.4.4
playlists: add new regex pattern for extracting ytInitialData
2.4.3
fix bug with extracting ytPlayerConfig (resolves #62) thanks to @kangsLee
2.4.2
fix extraction of js url (resolves #59)
fix output file naming (resolves #56)