Skip to content

Commit

Permalink
Bump youtubei.js from 3.3.0 to 4.0.1 (#3335)
Browse files Browse the repository at this point in the history
* Bump youtubei.js from 3.3.0 to 4.0.1

Bumps [youtubei.js](https://github.com/LuanRT/YouTube.js) from 3.3.0 to 4.0.1.
- [Release notes](https://github.com/LuanRT/YouTube.js/releases)
- [Changelog](https://github.com/LuanRT/YouTube.js/blob/main/CHANGELOG.md)
- [Commits](LuanRT/YouTube.js@v3.3.0...v4.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Await the toDash function

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: absidue <[email protected]>
  • Loading branch information
dependabot[bot] and absidue authored Mar 22, 2023
1 parent 54ecce1 commit d881275
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"vue-router": "^3.6.5",
"vue-tiny-slider": "^0.1.39",
"vuex": "^3.6.2",
"youtubei.js": "^3.3.0"
"youtubei.js": "^4.0.1"
},
"devDependencies": {
"@babel/core": "^7.21.0",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/views/Watch/Watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ export default defineComponent({
* @param {VideoInfo} videoInfo
*/
createLocalDashManifest: async function (videoInfo) {
const xmlData = videoInfo.toDash()
const xmlData = await videoInfo.toDash()
const userData = await getUserDataPath()
let fileLocation
let uriSchema
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9188,10 +9188,10 @@ yocto-queue@^0.1.0:
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

youtubei.js@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/youtubei.js/-/youtubei.js-3.3.0.tgz#e02367cad9504a0b592f819721913b580c7e0674"
integrity sha512-tPel0BFZpzaEuCaXzm5XTPwFpM9tCFLivP/TiS4a9zo+bvp4cSV1paS16XucQ8IWAaYAGHuO8Dtevterlu6LNA==
youtubei.js@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/youtubei.js/-/youtubei.js-4.0.1.tgz#062c16f806490170d0833fb9bf19b9dfe993c125"
integrity sha512-htiDtHvQfzLTpi7T0VpfSUvduNghXxvx8PnBEVFoGqMr2Wa9K1LKwpcfTdZmze3vkpycfRmTNVRapWZkaPrtNw==
dependencies:
jintr "^0.4.1"
linkedom "^0.14.12"
Expand Down

0 comments on commit d881275

Please sign in to comment.