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 athlon1600/youtube-downloader from 2.1.2 to 3.0.2 in /system #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 18, 2021

Bumps athlon1600/youtube-downloader from 2.1.2 to 3.0.2.

Release notes

Sourced from athlon1600/youtube-downloader's releases.

v3.0.2

v3.0.1

v3.0.0 - New major release!

Lots of code refactoring with many breaking changes, but everything now is much easier to read and understand.
Some of the major changes:

  • Added a new php-curl-file-downloader dependency. Previous Browser class just duplicated a bunch of the same HTTP logic that I wrote for that library anyways.

  • We're no longer passing arrays back and forth everywhere. That's just a bad programming practice in general. Most of those arrays are now objects. For example: getDownloadLinks method which used to return an array of links, now returns a DownloadOptions object where each "option" is also an object (StreamFormat).

  • getDownloadLinks now throws a YouTubeException if something unexpected happens. Previously it just returned an empty array.
    We will be using Exceptions a lot more instead of just returning false or null as we were doing before.

  • Youtube was renamed to YouTube (capitalized twice) everywhere, because that is just how YouTube itself does it: https://developers.google.com/youtube/v3/code_samples/php

Commits
  • 8845eb5 misc composer requirement updates for php8
  • ab01612 Merge pull request #121 from shivampaw/patch-1
  • 79b9b20 added ability to programmatically submit the cookie consent form that is show...
  • ce50715 Merge pull request #120 from Ibrram/june-fix
  • 69eda85 Add PHP 8 support
  • 5c82081 the new parameters to fix get_video_info
  • 2d7b6ee fixed fetching of get_video_info endpoint
  • 34de92b Update README.md
  • 22ac424 Update README.md
  • bf0eb53 renamed data namespace to models and resources into responses
  • Additional commits viewable in compare view

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 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 [athlon1600/youtube-downloader](https://github.com/Athlon1600/youtube-downloader) from 2.1.2 to 3.0.2.
- [Release notes](https://github.com/Athlon1600/youtube-downloader/releases)
- [Commits](Athlon1600/youtube-downloader@v2.1.2...v3.0.2)

---
updated-dependencies:
- dependency-name: athlon1600/youtube-downloader
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants