From 65659fd6ea2af533a3619004824d19a267dca490 Mon Sep 17 00:00:00 2001 From: Dafiul Haq Date: Tue, 25 Aug 2020 06:14:07 +0700 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7c22a7..13a0cda 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ YouTubeTranscriptApi.get_transcripts(video_ids, languages=['de', 'en']) If you want to list all transcripts which are available for a given video you can call: ```python -transcript_list = YouTubeTranscriptApi.list_transcripts(video_id, languages=['de', 'en']) +transcript_list = YouTubeTranscriptApi.list_transcripts(video_id) ``` This will return a `TranscriptList` object which is iterable and provides methods to filter the list of transcripts for specific languages and types, like: