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 88075ba commit 3f9d1f2Copy full SHA for 3f9d1f2
README.md
@@ -81,11 +81,8 @@ for [finding specific transcripts](#find-transcripts) by language or by type (ma
81
TranscriptList transcriptList = youtubeTranscriptApi.listTranscripts("videoId");
82
83
// Iterate over transcript list
84
-for(
85
-Transcript transcript :transcriptList){
86
- System.out.
87
-
88
-println(transcript);
+for(Transcript transcript : transcriptList) {
+ System.out.println(transcript);
89
}
90
91
// Find transcript in specific language
0 commit comments