From 6751a4717112de2bd71f9fd5744631df24b8b65a Mon Sep 17 00:00:00 2001 From: Jonas Depoix Date: Sun, 16 Feb 2020 14:04:53 +0100 Subject: [PATCH] fixed typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a03fa2e..a7c22a7 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ print(translated_transcript.fetch()) ### By example ```python # retrieve the available transcripts -transcript_list = YouTubeTranscriptApi.get('video_id') +transcript_list = YouTubeTranscriptApi.list_transcripts('video_id') # iterate over all available transcripts for transcript in transcript_list: