Skip to content

Releases: Thoroldvix/youtube-transcript-api

0.3.6

10 Oct 09:56
Compare
Choose a tag to compare

Simplify API

  • Move URL params string creation to YtApiV3Endpoint

0.3.5

10 Oct 09:30
Compare
Choose a tag to compare

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

20 Jul 10:06
Compare
Choose a tag to compare

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

15 Jun 11:22
Compare
Choose a tag to compare

Fixes

  • Fix javadoc

0.3.2

15 Jun 11:13
Compare
Choose a tag to compare

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

14 Jun 21:30
Compare
Choose a tag to compare

Fixes

  • Fix error message formatting

0.3.0

13 Jun 13:42
Compare
Choose a tag to compare

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

12 Jun 23:56
Compare
Choose a tag to compare

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

12 May 19:15
Compare
Choose a tag to compare

🥳 Initial release

Features

  • Manual transcripts retrieval
  • Automatically generated transcripts retrieval
  • Transcript translation
  • Transcript formatting