Modified README

This commit is contained in:
danielcliu 2019-10-21 22:38:17 -07:00
parent 8fb9e75ba1
commit d8b5208824
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ This will return a list of dictionaries looking somewhat like this:
] ]
``` ```
You can also add the `languages` param if you want to make sure the transcripts are retrieved in your desired language (it usually defaults to english). You can also add the `languages` param if you want to make sure the transcripts are retrieved in your desired language (it defaults to english).
```python ```python
YouTubeTranscriptApi.get_transcripts(video_ids, languages=['de', 'en']) YouTubeTranscriptApi.get_transcripts(video_ids, languages=['de', 'en'])