Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoroldvix authored Nov 19, 2024
1 parent 9c08eab commit 82455a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ TranscriptContent transcriptContent = youtubeTranscriptApi.getTranscript("videoI
For bulk transcript retrieval see [Bulk Transcript Retrieval](#bulk-transcript-retrieval).

## 🤖 Android compatibility
This library uses Java 11 HttpClient for making YouTube request by default, it was done so it depends on minimal amount
This library uses Java 11 HttpClient for making YouTube requests by default, it was done so it depends on minimal amount
of 3rd party libraries. Since Android SDK doesn't include Java 11 HttpClient, you will have to implement
your own `YoutubeClient` for it to work.

Expand Down

0 comments on commit 82455a8

Please sign in to comment.