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 ac03638 commit 619d187Copy full SHA for 619d187
README.md
@@ -244,10 +244,10 @@ TranscriptFormatter jsonFormatter = TranscriptFormatters.jsonFormatter();
244
String formattedContent = jsonFormatter.format(transcriptContent);
245
````
246
247
-### YoutubeClient Customization
+### YoutubeClient Customization and Proxy
248
249
By default, `YoutubeTranscriptApi` uses Java 11 HttpClient for making requests to YouTube, if you want to use a
250
-different client,
+different client or use a proxy,
251
you can create your own YouTube client by implementing the `YoutubeClient` interface and passing it to
252
the `TranscriptApiFactory` `createWithClient` method.
253
0 commit comments