Skip to content

Commit c9ca514

Browse files
authored
Merge pull request #463 from alx/patch-1
fix: typo in README.md
2 parents b716e24 + f641bea commit c9ca514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ transcript = transcript_list.find_generated_transcript(['de', 'en'])
279279
## Working around IP bans (`RequestBlocked` or `IpBlocked` exception)
280280

281281
Unfortunately, YouTube has started blocking most IPs that are known to belong to cloud providers (like AWS, Google Cloud
282-
Platform, Azure, etc.), which means you will most likely run into `ReuquestBlocked` or `IpBlocked` exceptions when
282+
Platform, Azure, etc.), which means you will most likely run into `RequestBlocked` or `IpBlocked` exceptions when
283283
deploying your code to any cloud solutions. Same can happen to the IP of your self-hosted solution, if you are doing
284284
too many requests. You can work around these IP bans using proxies. However, since YouTube will ban static proxies
285285
after extended use, going for rotating residential proxies provide is the most reliable option.

0 commit comments

Comments
 (0)