From 82455a81b31131b928ab08c726944ca5750da8c0 Mon Sep 17 00:00:00 2001 From: Alexey <65923482+Thoroldvix@users.noreply.github.com> Date: Tue, 19 Nov 2024 14:36:03 +0200 Subject: [PATCH] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 025fd9b..92549f8 100644 --- a/README.md +++ b/README.md @@ -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.