Skip to content

Commit

Permalink
docs(README): fix typo (#1218)
Browse files Browse the repository at this point in the history
* Update README.md

fix typo

* Update README.md

---------

Co-authored-by: TimeForANinja <[email protected]>
  • Loading branch information
sebnun and TimeForANinja authored Jul 14, 2023
1 parent e1ebdf9 commit 9f87da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ ytdl cannot download videos that fall into the following
Generated download links are valid for 6 hours, and may only be downloadable from the same IP address.

### Ratelimits
When doing to many requests YouTube might block. This will result in your requests getting denied with HTTP-StatusCode 429. The following Steps might help you:
When doing too many requests, YouTube might block. This will result in your requests getting denied with HTTP-StatusCode 429. The following Steps might help you:
* Update ytdl-core to the latest version
* Use proxies (you can find an example [here](https://github.com/fent/node-ytdl-core/blob/master/example/proxy.js))
* Extend on the Proxy Idea by rotating (IPv6-)Addresses
Expand Down

0 comments on commit 9f87da3

Please sign in to comment.