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 Oct 20, 2024
1 parent ac03638 commit 619d187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@ TranscriptFormatter jsonFormatter = TranscriptFormatters.jsonFormatter();
String formattedContent = jsonFormatter.format(transcriptContent);
````

### YoutubeClient Customization
### YoutubeClient Customization and Proxy

By default, `YoutubeTranscriptApi` uses Java 11 HttpClient for making requests to YouTube, if you want to use a
different client,
different client or use a proxy,
you can create your own YouTube client by implementing the `YoutubeClient` interface and passing it to
the `TranscriptApiFactory` `createWithClient` method.

Expand Down

0 comments on commit 619d187

Please sign in to comment.