Skip to content

Commit

Permalink
updated link to requests proxy docs in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jdepoix committed Oct 31, 2022
1 parent 2a4e9c2 commit 6070e61
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 @@ -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:

Expand Down

0 comments on commit 6070e61

Please sign in to comment.