github jdepoix/youtube-transcript-api v1.0.1

11 hours ago

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

Don't miss a new youtube-transcript-api release

NewReleases is sending notifications on new releases.