What's Changed
- Adds a feature to allow proxy configs to prevent the HTTP client from keeping TCP connections open, as keeping TCP connections alive can prevent proxy providers from rotating your IP
- adds the
prevent_keeping_connections_alive() -> bool
method toProxyConfig
objects - When initializing YouTubeTranscriptApi a
Connection: close
header will be added to the HTTP client, if a proxy config withprevent_keeping_connections_alive() == True
is used
- adds the
- Added py.typed by @jkawamoto in #390
New Contributors
- @jkawamoto made their first contribution in #390
Full Changelog: v1.0.0...v1.0.1