Releases: Thoroldvix/youtube-transcript-api
Releases · Thoroldvix/youtube-transcript-api
0.3.6
0.3.5
YoutubeClient improvements
- Refactored YoutubeClient to include creation of URL params string, so there is no duplication of this logic in implementations
Full Changelog: 0.3.4...0.3.5
0.3.4
Dependency updates
- chore(deps): update gradle/actions action to v3.4.1 by @renovate in #7
- chore(deps): update gradle/actions action to v3.4.2 by @renovate in #8
- chore(deps): update dependency com.vanniktech.maven.publish to v0.29.0 by @renovate in #9
- fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.10.3 by @renovate in #10
- chore(deps): update dependency gradle to v8.9 by @renovate in #13
- fix(deps): update dependency com.fasterxml.jackson.dataformat:jackson-dataformat-xml to v2.17.2 by @renovate in #11
- fix(deps): update dependency org.assertj:assertj-core to v3.26.3 by @renovate in #12
Full Changelog: 0.3.3...0.3.4
0.3.3
Fixes
- Fix javadoc
0.3.2
Enhancements
- Simplify API usage by moving bulk transcript retrieval to
YoutubeTranscriptApi
Breaking changes
- Bulk transcript retrieval methods are now part of the
YoutubeTranscriptApi
,PlaylistsTranscriptApi
no longer exists.
0.3.1
Fixes
- Fix error message formatting
0.3.0
Add ability to retrieve transcript content directly without the need to manually fetch it using transcript list
Features
- Direct transcript content retrieval for playlists
- Direct transcript content retrieval for channels
Enhancements
- Simplify api by merging apiKey, cookiesPath, stopOnError arguments into
TranscriptRequest
parameter object .
Breaking changes
- Changed
PlaylistsTranscriptApi
interface, to accommodate new changes.
0.2.0
Add bulk retrieval of transcripts for playlists and channels #5
Features
- Bulk retrieval of transcripts for specific playlist (Requires YouTube V3 API Key.
- Bulk retrieval of transcripts for specific channel (Requires YouTube V3 API Key.
- Retrieval of video id from
TranscriptList
objects. - Retrieval of video id from
TranscriptRetrievalException
.
Breaking changes
- Add 1 method to
YoutubeClient
, so if you were implementing your own, you will need to change your implementation.
0.1.0
🥳 Initial release
Features
- Manual transcripts retrieval
- Automatically generated transcripts retrieval
- Transcript translation
- Transcript formatting