Update dependency youtube-transcript-api to >=1.2.4,<1.3 - #3861
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency youtube-transcript-api to >=1.2.4,<1.3#3861renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
OpenAPI ChangesNo changes detected Unexpected changes? Ensure your branch is up-to-date with |
renovate
Bot
force-pushed
the
renovate/youtube-transcript-api-1.x
branch
from
August 28, 2026 19:33
99c00a9 to
49497b8
Compare
renovate
Bot
force-pushed
the
renovate/youtube-transcript-api-1.x
branch
from
August 28, 2026 20:54
49497b8 to
26537c3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=1.0.0,<1.1→>=1.2.4,<1.3Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
jdepoix/youtube-transcript-api (youtube-transcript-api)
v1.2.4Compare Source
What's Changed
WebshareProxyConfigis created with a proxy username containing the "-rotate" suffix, the suffix will no longer be appended twice by @cjkangme in #566New Contributors
Full Changelog: jdepoix/youtube-transcript-api@v1.2.3...v1.2.4
v1.2.3Compare Source
What's Changed
Full Changelog: jdepoix/youtube-transcript-api@v1.2.2...v1.2.3
v1.2.2Compare Source
What's Changed
--versionoption to CLI by @sderev in #496New Contributors
Full Changelog: jdepoix/youtube-transcript-api@v1.2.1...v1.2.2
v1.2.1Compare Source
What's Changed
filter_ip_locationstoWebshareProxyConfig. This allows for limiting the pool of IPs that Webshare will be rotating through to those located in specific countries. By choosing locations that are close to the machine that is doing the requests, latency can be reduced. Also, this can be used to work around location-based restrictions.__all__to__init__.pyto support mypy --strict usage by @Jer-Pha in #486New Contributors
Full Changelog: jdepoix/youtube-transcript-api@v1.2.0...v1.2.1
v1.2.0Compare Source
What's Changed
get_transcript,get_transcriptsandlist_transcripts. They have already been deprecated inv1.0.0, but I've kept them around to allow for an easier migration tov1.0.0. However, these methods have led to a lot of issues being created due to people initializing aYouTubeTranscriptApiobject and passing a proxy config into the constructor, but then calling the deprecated static methods on that object. As these methods are static they don't/can't access the state set in the constructor, therefore, the proxy config is ignored.Migration Guide
If you're still using
get_transcript,get_transcriptsyou have to change your code as follows:If you're still using
list_transcriptsyou have to change your code as follows:Full Changelog: jdepoix/youtube-transcript-api@v1.1.1...v1.2.0
v1.1.1Compare Source
What's Changed
IpBlockedexception is now raised when thetimedtextendpoint returns a status code 429 #468New Contributors
Full Changelog: jdepoix/youtube-transcript-api@v1.1.0...v1.1.1
v1.1.0Compare Source
What's Changed
/watchhtml to fetching it from the innertube APIPoTokenRequired, which will be raised iftimedtexturls are encountered that require a PO token, such that we get feedback from users ASAP if this happens againBreaking
Full Changelog: jdepoix/youtube-transcript-api@v1.0.3...v1.1.0
Configuration
📅 Schedule: (in timezone US/Eastern)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.