Modified README
This commit is contained in:
parent
8fb9e75ba1
commit
d8b5208824
|
@ -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'])
|
||||||
|
@ -118,4 +118,4 @@ youtube_transcript_api <first_video_id> <second_video_id> --http-proxy http://us
|
||||||
|
|
||||||
If this project makes you happy by reducing your development time, you can make me happy by treating me to a cup of coffee :)
|
If this project makes you happy by reducing your development time, you can make me happy by treating me to a cup of coffee :)
|
||||||
|
|
||||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BAENLEW8VUJ6G&source=url)
|
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BAENLEW8VUJ6G&source=url)
|
||||||
|
|
Loading…
Reference in New Issue