Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Update ytdl-core to the latest version 🚀 #46

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Aug 2, 2018

Version 0.22.0 of ytdl-core was just published.

Dependency ytdl-core
Current Version 0.21.1
Type dependency

The version 0.22.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of ytdl-core.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v0.22.0

Features

  • Add Author Verification (#342) (804f3e9)
  • Add Video Media (#343) (557130c)
  • info: add age_restricted and no_embed_allowed keys to video info' (7fc2df9), closes #321
  • info: add deciphered dashmpd, dashmpd2. and hlsvp links to info (b537c50), closes #251
  • info: cache ytdl.getInfo() calls to the same videos (dcb7281), closes #331 #332

BREAKING CHANGES

  • info: - ytdl.cache -> ytdl.cache.sig
Commits

The new version differs by 7 commits.

  • cecac8c chore(release): 0.22.0
  • b537c50 feat(info): add deciphered dashmpd, dashmpd2. and hlsvp links to info
  • 7fc2df9 feat(info): add age_restricted and no_embed_allowed keys to video info'
  • dcb7281 feat(info): cache ytdl.getInfo() calls to the same videos
  • f6784ec chore(package): update assert-diff to version 2.0.0 (#347)
  • 557130c feat: Add Video Media (#343)
  • 804f3e9 feat: Add Author Verification (#342)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Aug 3, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 3, 2018

Version 0.23.0 just got published.

Update to this version instead 🚀

Release Notes v0.23.0

Bug Fixes

  • Check null value for channelMatch within getAuthor from utils (#350) (5001469)

Features

  • info: add ytdl.getBasicInfo() (ec5b1d5)
Commits

The new version differs by 4 commits.

  • a1eb4ee chore(release): 0.23.0
  • ec5b1d5 feat(info): add ytdl.getBasicInfo()
  • 20d07ae docs(readme): Update README.md (#346)
  • 5001469 fix: Check null value for channelMatch within getAuthor from utils (#350)

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 5, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 5, 2018

Version 0.24.0 just got published.

Update to this version instead 🚀

Release Notes v0.24.0

Bug Fixes

  • only accept youtube domains from ytdl.validateURL() and ytdl.getURLVideoID()' (2674165)

Features

  • add ytdl.cache.info.timeout to customize the timeout of the cache (e544f5a)
Commits

The new version differs by 4 commits.

  • 5989aee chore(release): 0.24.0
  • 2674165 fix: only accept youtube domains from ytdl.validateURL() and ytdl.getURLVideoID()'
  • e544f5a feat: add ytdl.cache.info.timeout to customize the timeout of the cache
  • dc353f3 style: lint, remove unneeded escape quotes

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 2, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 2, 2018

Version 0.24.1 just got published.

Update to this version instead 🚀

Release Notes v0.24.1

Bug Fixes

  • properly get info extras when User-Agent is given (5920c44)
  • support live streams using dash (62340be), closes #231

Code Refactoring

  • use reconnect feature from miniget (8a4f9f3)

BREAKING CHANGES

    • options.retries -> options.requestOptions.maxReconnects
Commits

The new version differs by 10 commits.

  • b987585 chore(release): 0.24.1
  • 6042648 chore(package): update miniget
  • cc64d87 chore(package): update m3u8stream to version 0.4.0 (#360)
  • 8a4f9f3 refactor: use reconnect feature from miniget
  • 62340be fix: support live streams using dash
  • a91e19a docs(readme): add link to discord (#358)
  • 271e9f8 chore(github): add issue template
  • 5920c44 fix: properly get info extras when User-Agent is given
  • 71c4dca refactor: organize info extras into separate files
  • 4fc6cee docs(readme): fix example code (#351)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 2, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 2, 2018

Version 0.25.0 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 3, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 3, 2018

Version 0.25.1 just got published.

Update to this version instead 🚀

Release Notes v0.25.1

Bug Fixes

  • can view videos labeled inappropriate or offensive (6a5188a)
  • give correct reason for rentals (f03c433)
Commits

The new version differs by 3 commits.

  • 75b10a8 chore(release): 0.25.1
  • f03c433 fix: give correct reason for rentals
  • 6a5188a fix: can view videos labeled inappropriate or offensive

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 3, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 3, 2018

Version 0.25.2 just got published.

Update to this version instead 🚀

Release Notes v0.25.2

Bug Fixes

  • info: get channel info and username on rentals (855c927)
Commits

The new version differs by 2 commits.

  • d68944d chore(release): 0.25.2
  • 855c927 fix(info): get channel info and username on rentals

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 27, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 27, 2018

  • The dependency ytdl-core was updated from 0.21.1 to 0.26.0.

Update to this version instead 🚀

Release Notes for v0.26.0

Bug Fixes

  • none-live dash-mpd formats (f022036)

Features

  • expose live, isHLS, isDashMPD to formats (d500bbf)
Commits

The new version differs by 11 commits.

  • 2a4b4ad chore(release): 0.26.0
  • a65e846 test: use a more reliable offensive video
  • d500bbf feat: expose live, isHLS, isDashMPD to formats
  • f022036 fix: none-live dash-mpd formats
  • 6d2780b style: some linting
  • dc0425a docs: remove retries
  • aab7766 refactor: more arrow functions
  • 6c96c68 docs: lowercase some types
  • 735a9cf chore: remove unused file
  • ae4c0e1 chore(package): change node version to >=6
  • 554f994 chore(package): Update nock to the latest version 🚀 (#365)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 2, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 2, 2018

  • The dependency ytdl-core was updated from 0.21.1 to 0.26.1.

Update to this version instead 🚀

Release Notes for v0.26.1

Bug Fixes

Commits

The new version differs by 2 commits.

  • 4af7ba0 chore(release): 0.26.1
  • 5e3441e fix: fixed a typo in format 271 (#369)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 16, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 16, 2018

  • The dependency ytdl-core was updated from 0.21.1 to 0.26.2.

Update to this version instead 🚀

Release Notes for v0.26.2

Bug Fixes

  • 'could not find player config' on restricted videos (7a524cf)
Commits

The new version differs by 3 commits.

  • e6de088 chore(release): 0.26.2
  • b592b21 test: support old pages too
  • 7a524cf fix: 'could not find player config' on restricted videos

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 17, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 17, 2018

  • The dependency ytdl-core was updated from 0.21.1 to 0.26.3.

Update to this version instead 🚀

Release Notes for v0.26.3

Bug Fixes

  • fallback to formats from config if video info api fails (e3f082d)
Commits

The new version differs by 2 commits.

  • 4331dfb chore(release): 0.26.3
  • e3f082d fix: fallback to formats from config if video info api fails

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 28, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 28, 2018

  • The dependency ytdl-core was updated from 0.21.1 to 0.27.0.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 33fdbca chore(release): 0.27.0
  • c85f037 fix: progress event not firing with dash and hls playlist formats
  • 0029e68 refactor: remove ytdl.validateLink()
  • 5e736ce feat: expose youtube url helpers from info
  • 9e1db71 feat: add image, year, and urls, to media
  • fb853c7 docs: Added Discord server widget (#372)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 30, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 30, 2018

  • The dependency ytdl-core was updated from 0.21.1 to 0.27.1.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 6, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 6, 2018

  • The dependency ytdl-core was updated from 0.21.1 to 0.28.0.

Update to this version instead 🚀

Release Notes for v0.28.0

Features

  • emit current and total segments for hls/dash videos (3fb0c8a)
Commits

The new version differs by 2 commits.

  • 004daa1 chore(release): 0.28.0
  • 3fb0c8a feat: emit current and total segments for hls/dash videos

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 9, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 9, 2018

  • The dependency ytdl-core was updated from 0.21.1 to 0.28.1.

Update to this version instead 🚀

Release Notes for v0.28.1

Bug Fixes

  • new syntax for new version of m3u8stream (2cad6a2)
Commits

The new version differs by 9 commits.

  • 29dce0d chore(release): 0.28.1
  • dc6c629 refactor: remove unused code
  • 2cad6a2 fix: new syntax for new version of m3u8stream
  • ab7b591 docs(example): minor variable name
  • 0463ed2 docs(example): Update discord.js example(#385)
  • d7b9416 chore(package): update package-lock.json
  • e2cb811 docs(readme): move readme badges (#381)
  • a968692 docs(readme): correction (#378)
  • 0574df3 docs(readme): add link to yodl, a cli downloader

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 30, 2019

  • The dependency ytdl-core was updated from 0.21.1 to 0.29.4.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 1, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 1, 2019

  • The dependency ytdl-core was updated from 0.21.1 to 0.29.5.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 5, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 5, 2019

  • The dependency ytdl-core was updated from 0.21.1 to 0.29.6.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 11, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 11, 2019

  • The dependency ytdl-core was updated from 0.21.1 to 0.29.7.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 6, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 6, 2019

  • The dependency ytdl-core was updated from 0.21.1 to 1.0.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 21, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 21, 2019

  • The dependency ytdl-core was updated from 0.21.1 to 1.0.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 27, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 27, 2019

  • The dependency ytdl-core was updated from 0.21.1 to 1.0.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 28, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 28, 2019

  • The dependency ytdl-core was updated from 0.21.1 to 1.0.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 23, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 23, 2019

  • The dependency ytdl-core was updated from 0.21.1 to 1.0.4.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 24, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 24, 2019

  • The dependency ytdl-core was updated from 0.21.1 to 1.0.5.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 1, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 1, 2020

  • The dependency ytdl-core was updated from 0.21.1 to 1.0.6.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 19, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 19, 2020

  • The dependency ytdl-core was updated from 0.21.1 to 1.0.7.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 16, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 16, 2020

  • The dependency ytdl-core was updated from 0.21.1 to 1.0.8.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 17, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 17, 2020

  • The dependency ytdl-core was updated from 0.21.1 to 1.0.9.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 23, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 23, 2020

  • The dependency ytdl-core was updated from 0.21.1 to 2.0.0.

Update to this version instead 🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant