From 6070e6165ae5a53e92085ad5f967b20ea2cde59d Mon Sep 17 00:00:00 2001 From: Jonas Depoix Date: Mon, 31 Oct 2022 14:23:29 +0100 Subject: [PATCH] updated link to requests proxy docs in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 539c65c..eb30c25 100644 --- a/README.md +++ b/README.md @@ -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: