Skip to content

Commit

Permalink
Update README.md (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamilake authored Jun 10, 2024
1 parent 4aff44d commit 6bbe1ba
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 @@ -39,7 +39,7 @@ innertube clients) and `StreamingNonMusicClient` (for clients that can be used t

Support for IP rotation has been included, and can be achieved using the following:
```java
AbstractRouterPlanner routePlanner = new ...
AbstractRoutePlanner routePlanner = new ...
YoutubeIpRotatorSetup rotator = new YoutubeIpRotatorSetup(routePlanner);

rotator.forConfiguration(youtube.getHttpInterfaceManager(), false)
Expand Down

0 comments on commit 6bbe1ba

Please sign in to comment.