Skip to content

Commit c6c5b1c

Browse files
authored
Update README.md
1 parent 9402b7a commit c6c5b1c

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,13 @@
2727
</p>
2828

2929
<p align="center">
30-
<b>This is a python API which allows you to retrieve the transcript/subtitles for a given YouTube video. It also works for automatically generated subtitles, supports translating subtitles and it does not require a headless browser, like other selenium based solutions do!</b>
30+
This is a python API which allows you to retrieve the transcript/subtitles for a given YouTube video. It also works for automatically generated subtitles, supports translating subtitles and it does not require a headless browser, like other selenium based solutions do!
3131
</p>
32+
33+
<br />
34+
3235
<p align="center">
33-
Maintenance of this project is made possible by all the <a href="https://github.com/jdepoix/youtube-transcript-api/graphs/contributors">contributors</a> and <a href="https://github.com/sponsors/jdepoix">sponsors</a>. If you'd like to sponsor this project and have your avatar or company logo appear below <a href="https://github.com/sponsors/jdepoix">click here</a>. 💖
36+
<b>If you feel more comfortable using a hosted solution, you can use the services of any of our amazing sponsors:</b>
3437
</p>
3538

3639
<p align="center">
@@ -42,15 +45,15 @@
4245
</picture>
4346
</a>
4447
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
45-
<a href="https://supadata.ai">
48+
<a href="https://supadata.ai/youtube-transcript-api?ref=ytt-api">
4649
<picture>
4750
<source media="(prefers-color-scheme: dark)" srcset="https://supadata.ai/logo-dark.svg">
4851
<source media="(prefers-color-scheme: light)" srcset="https://supadata.ai/logo-light.svg">
4952
<img alt="supadata" src="https://supadata.ai/logo-light.svg" height="40px">
5053
</picture>
5154
</a>
5255
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
53-
<a href="https://www.dumplingai.com">
56+
<a href="https://www.dumplingai.com/endpoints/get-youtube-transcript?via=ytt-api">
5457
<picture>
5558
<source media="(prefers-color-scheme: dark)" srcset="https://www.dumplingai.com/logos/logo-dark.svg">
5659
<source media="(prefers-color-scheme: light)" srcset="https://www.dumplingai.com/logos/logo-light.svg">
@@ -59,6 +62,12 @@
5962
</a>
6063
</p>
6164

65+
<br />
66+
67+
<p align="center">
68+
Maintenance of this project is made possible by all the <a href="https://github.com/jdepoix/youtube-transcript-api/graphs/contributors">contributors</a> and <a href="https://github.com/sponsors/jdepoix">sponsors</a>. If you'd like to sponsor this project and have your avatar or company logo appear above <a href="https://github.com/sponsors/jdepoix">click here</a>. 💖
69+
</p>
70+
6271
## Install
6372

6473
It is recommended to [install this module by using pip](https://pypi.org/project/youtube-transcript-api/):

0 commit comments

Comments
 (0)