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 849db74 commit ac03638Copy full SHA for ac03638
README.md
@@ -249,7 +249,7 @@ String formattedContent = jsonFormatter.format(transcriptContent);
249
By default, `YoutubeTranscriptApi` uses Java 11 HttpClient for making requests to YouTube, if you want to use a
250
different client,
251
you can create your own YouTube client by implementing the `YoutubeClient` interface and passing it to
252
-the `YoutubeTranscriptApiFactory` `createWithClient` method.
+the `TranscriptApiFactory` `createWithClient` method.
253
254
```java
255
// Create a new custom YoutubeClient
0 commit comments