Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@jdepoix jdepoix released this 12 Mar 20:30
· 5 commits to master since this release
aad8621

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 to ProxyConfig objects
    • When initializing YouTubeTranscriptApi a Connection: close header will be added to the HTTP client, if a proxy config with prevent_keeping_connections_alive() == True is used
  • Added py.typed by @jkawamoto in #390

New Contributors

Full Changelog: v1.0.0...v1.0.1