Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pytube from 9.6.4 to 15.0.0 #171

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2023

Bumps pytube from 9.6.4 to 15.0.0.

Release notes

Sourced from pytube's releases.

Bugfixes

  • Fixes RegexMatchError in n cipher
  • Added documentation for some new functionality
  • last_updated will now return the raw text if it can't parse a datetime (e.g. "X days ago")
  • change default innertube client for Search objects to WEB

get_video_info -> InnerTube API

  • User InnerTube in place of get_video_info url

  • Added some additional base parameters for innertube requests.

  • Added Oauth support for innertube client

  • Add exception for age-restricted videos which can no longer be accessed without using auth.

  • Carved out and simplified code where possible due to API changes.

  • Added renderer catch -- fixes #1068

  • Additional channel name support for URL-encoded names.

  • Updated test mocks, removed region-locked test because that functionality no longer works.

Due to significant changes in how video info is accessed, certain YouTube object attributes no longer exist, which could cause breaking changes in code bases that rely on those attributes, hence the major version release.

Bugfixes and innertube additions

  • Add catch for suggested search results; accounts for edge case of no views on result.

  • Added exception handling for incorrect cached js files.

  • Now allows you to actually set filenames, instead of doing partial overrides to create safe filenames.

  • Innertube improvements, and skeleton code for future innertube work

Minor test fix

  • Update mock so that stream raises HTTPError, rather than head, and simplified some other mocks.

  • pep8-naming updated, adding a new ignore

Bundle of bugfixes

  • Removed special character from author attribute.

  • Changed -v CLI arg to have a single setting, rather than multiple.

  • Add retry functionality for IncompleteRead errors.

  • Extract contentLength from info where possible.

  • Mock open in final streams test to prevent file from being written.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pytube](https://github.com/pytube/pytube) from 9.6.4 to 15.0.0.
- [Release notes](https://github.com/pytube/pytube/releases)
- [Commits](pytube/pytube@v9.6.4...v15.0.0)

---
updated-dependencies:
- dependency-name: pytube
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies python Pull requests that update Python code labels Oct 27, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2023

Looks like pytube is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 27, 2023
@dependabot dependabot bot deleted the dependabot/pip/pytube-15.0.0 branch October 27, 2023 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants