updated link to requests proxy docs in README
This commit is contained in:
parent
2a4e9c2dad
commit
6070e6165a
|
@ -289,7 +289,7 @@ from youtube_transcript_api import YouTubeTranscriptApi
|
||||||
YouTubeTranscriptApi.get_transcript(video_id, proxies={"https": "https://user:pass@domain:port"})
|
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:
|
Using the CLI:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue