Skip to content

Commit 9f270da

Browse files
authored
Merge pull request #551 from kiankyars/master
Fix typos: ReqestBlocked -> RequestBlocked, an python -> a python
2 parents b144075 + ec19857 commit 9f270da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ youtube_transcript_api "\-abc123"
534534

535535
### Working around IP bans using the CLI
536536

537-
If you are running into `ReqestBlocked` or `IpBlocked` errors, because YouTube blocks your IP, you can work around this
537+
If you are running into `RequestBlocked` or `IpBlocked` errors, because YouTube blocks your IP, you can work around this
538538
using residential proxies as explained in
539539
[Working around IP bans](#working-around-ip-bans-requestblocked-or-ipblocked-exception). To use
540540
[Webshare "Residential" proxies](https://www.webshare.io/?referral_code=w0xno53eb50g) through the CLI, you will have to

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "youtube-transcript-api"
77
version = "1.2.3"
8-
description = "This is an python API which allows you to get the transcripts/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!"
8+
description = "This is a python API which allows you to get the transcripts/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!"
99
readme = "README.md"
1010
license = "MIT"
1111
authors = [

youtube_transcript_api/_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def _get_version(self):
101101
def _parse_args(self):
102102
parser = argparse.ArgumentParser(
103103
description=(
104-
"This is an python API which allows you to get the transcripts/subtitles for a given YouTube video. "
104+
"This is a python API which allows you to get the transcripts/subtitles for a given YouTube video. "
105105
"It also works for automatically generated subtitles and it does not require a headless browser, like "
106106
"other selenium based solutions do!"
107107
)

0 commit comments

Comments
 (0)