We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c08eab commit 82455a8Copy full SHA for 82455a8
README.md
@@ -150,7 +150,7 @@ TranscriptContent transcriptContent = youtubeTranscriptApi.getTranscript("videoI
150
For bulk transcript retrieval see [Bulk Transcript Retrieval](#bulk-transcript-retrieval).
151
152
## 🤖 Android compatibility
153
-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
154
of 3rd party libraries. Since Android SDK doesn't include Java 11 HttpClient, you will have to implement
155
your own `YoutubeClient` for it to work.
156
0 commit comments