updated link to requests proxy docs in README

This commit is contained in:
Jonas Depoix 2022-10-31 14:23:29 +01:00
parent 2a4e9c2dad
commit 6070e6165a
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ from youtube_transcript_api import YouTubeTranscriptApi
YouTubeTranscriptApi.get_transcript(video_id, proxies={"https": "https://user:pass@domain:port"})
```
As the `proxies` dict is passed on to the `requests.get(...)` call, it follows the [format used by the requests library](http://docs.python-requests.org/en/master/user/advanced/#proxies).
As the `proxies` dict is passed on to the `requests.get(...)` call, it follows the [format used by the requests library](https://requests.readthedocs.io/en/latest/user/advanced/#proxies).
Using the CLI: