absidue
1a4d4876c4
chore(dev-deps): Remove unused @types/glob dependency ( #1127 )
2026-01-30 19:37:51 +01:00
dependabot[bot]
7f9efec1f3
chore(deps-dev): bump @types/node from 24.7.2 to 25.0.3 ( #1109 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 24.7.2 to 25.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 25.0.3
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-30 19:28:25 +01:00
absidue
7c144ee013
fix(Innertube)!: Remove getTrending as YouTube removed the trending feed ( #1114 )
2026-01-30 19:27:31 +01:00
dependabot[bot]
b78c1aaede
chore(deps-dev): bump @typescript-eslint/parser from 8.46.0 to 8.51.0 ( #1110 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 8.46.0 to 8.51.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.51.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-version: 8.51.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-30 19:26:59 +01:00
dependabot[bot]
3be87aa4ec
chore(deps-dev): bump globals from 16.4.0 to 17.0.0 ( #1108 )
...
Bumps [globals](https://github.com/sindresorhus/globals ) from 16.4.0 to 17.0.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v16.4.0...v17.0.0 )
---
updated-dependencies:
- dependency-name: globals
dependency-version: 17.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-30 19:26:35 +01:00
dependabot[bot]
29eaad9db6
chore(deps-dev): bump vite in the npm_and_yarn group across 1 directory ( #1116 )
...
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ).
Updates `vite` from 7.1.5 to 7.3.1
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.1/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.3.1/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.3.1
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-30 19:26:05 +01:00
dependabot[bot]
7323b70d03
chore(deps-dev): bump eslint from 9.37.0 to 9.39.2 ( #1111 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.37.0 to 9.39.2.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Commits](https://github.com/eslint/eslint/compare/v9.37.0...v9.39.2 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.39.2
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-30 19:23:26 +01:00
Luan
458f881043
feat(StreamingInfo): Label Voice Boost audio streams ( #1105 )
...
* feat(StreamingInfo): Label Voice Boost audio streams
* chore(StreamingInfoOptions): Clarify vb desc a bit
* fix(StreamingInfoOptions): Fix `label_original` description
* chore: lint
2025-12-27 15:29:08 -03:00
Luan
769721c193
feat(Format): Add support for Voice Boost & Super Resolution formats ( #1092 )
2025-11-15 19:42:31 -03:00
Luan
e140944dd9
chore(JsAnalyzer.ts): Add a comment for clarity
...
+ fix the other comment
2025-10-27 02:43:06 -03:00
github-actions[bot]
6ce981ced9
chore(main): release 16.0.1 ( #1074 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v16.0.1
2025-10-16 08:04:53 -03:00
LostMyCode
ca05eab0c3
fix(FormatUtils#download): Add missing await for format.decipher() call in download function
...
The format.decipher() method returns a Promise<string>, but was being called without await. This could cause the format_url variable to be a Promise object instead of the expected URL string, leading to errors in subsequent fetch operations.
2025-10-16 08:03:38 -03:00
Luan
9b74ec59c8
chore(deps): change Dependabot schedule to weekly
...
Change Dependabot update frequency from daily to weekly.
2025-10-13 14:02:16 -03:00
dependabot[bot]
0f4bada34d
chore(deps-dev): bump cpy-cli from 4.2.0 to 6.0.0 ( #1069 )
...
Bumps [cpy-cli](https://github.com/sindresorhus/cpy-cli ) from 4.2.0 to 6.0.0.
- [Release notes](https://github.com/sindresorhus/cpy-cli/releases )
- [Commits](https://github.com/sindresorhus/cpy-cli/compare/v4.2.0...v6.0.0 )
---
updated-dependencies:
- dependency-name: cpy-cli
dependency-version: 6.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 14:00:33 -03:00
dependabot[bot]
57f92e1554
chore(deps-dev): bump esbuild from 0.25.6 to 0.25.10 ( #1067 )
...
Bumps [esbuild](https://github.com/evanw/esbuild ) from 0.25.6 to 0.25.10.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.6...v0.25.10 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-version: 0.25.10
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 14:00:19 -03:00
dependabot[bot]
9113ee9995
chore(deps-dev): bump @types/node from 24.0.14 to 24.7.2 ( #1070 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 24.0.14 to 24.7.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 24.7.2
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 14:00:03 -03:00
dependabot[bot]
e53ede0b23
chore(deps-dev): bump ts-proto from 2.2.0 to 2.7.7 ( #1071 )
...
Bumps [ts-proto](https://github.com/stephenh/ts-proto ) from 2.2.0 to 2.7.7.
- [Release notes](https://github.com/stephenh/ts-proto/releases )
- [Changelog](https://github.com/stephenh/ts-proto/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stephenh/ts-proto/compare/v2.2.0...v2.7.7 )
---
updated-dependencies:
- dependency-name: ts-proto
dependency-version: 2.7.7
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 13:59:19 -03:00
github-actions[bot]
9558da36f7
chore(main): release 16.0.0 ( #1041 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v16.0.0
2025-10-12 14:32:07 -03:00
Luan
d4e4683d94
feat(Session): Add fail_fast option ( #1066 )
2025-10-12 14:15:00 -03:00
Luan
7eb062bf49
chore: fix linter
2025-10-12 13:15:56 -03:00
absidue
44a5423ae7
build(gen-parser-map): Replace glob with built-in readdirSync ( #1065 )
2025-10-12 13:02:47 -03:00
Luan
a9f19151b6
chore: regen docs
2025-10-12 12:09:24 -03:00
Luan
0733f60b57
chore: Use latest version of typedoc-plugin-markdown
2025-10-12 12:03:26 -03:00
Luan
41b810629b
chore: Update auto-generated file references to new script location
2025-10-12 12:01:09 -03:00
dependabot[bot]
0f36599131
chore(deps-dev): bump eslint from 9.9.0 to 9.37.0 ( #1061 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.9.0 to 9.37.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Commits](https://github.com/eslint/eslint/compare/v9.9.0...v9.37.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.37.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-12 11:57:15 -03:00
dependabot[bot]
814093d91a
chore(deps-dev): bump ts-patch from 3.1.2 to 3.3.0 ( #1060 )
...
Bumps [ts-patch](https://github.com/nonara/ts-patch ) from 3.1.2 to 3.3.0.
- [Release notes](https://github.com/nonara/ts-patch/releases )
- [Changelog](https://github.com/nonara/ts-patch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nonara/ts-patch/compare/v3.1.2...v3.3.0 )
---
updated-dependencies:
- dependency-name: ts-patch
dependency-version: 3.3.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-12 11:56:46 -03:00
dependabot[bot]
9ffd534bc2
chore(deps-dev): bump globals from 15.9.0 to 16.4.0 ( #1062 )
...
Bumps [globals](https://github.com/sindresorhus/globals ) from 15.9.0 to 16.4.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v15.9.0...v16.4.0 )
---
updated-dependencies:
- dependency-name: globals
dependency-version: 16.4.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-12 11:52:24 -03:00
dependabot[bot]
ce96925640
chore(deps-dev): bump typedoc from 0.26.7 to 0.28.14 ( #1063 )
...
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc ) from 0.26.7 to 0.28.14.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases )
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.26.7...v0.28.14 )
---
updated-dependencies:
- dependency-name: typedoc
dependency-version: 0.28.14
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-12 11:51:55 -03:00
Luan
c5e873ab24
chore: Configure Dependabot
2025-10-12 11:36:23 -03:00
dependabot[bot]
7ce63cb5db
chore(deps-dev): bump vite in /examples/browser/web ( #1035 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.19 to 5.4.20.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.20/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.20/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 5.4.20
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-12 11:22:58 -03:00
Dave Nicolson
f738a173fc
feat(parser): Add FormPopup.ts parser class ( #1057 )
...
* Update src/parser/classes/FormPopup.ts
---------
Co-authored-by: absidue <48293849+absidue@users.noreply.github.com >
2025-10-12 10:30:24 -03:00
Dave Nicolson
3d6ed1def9
feat(parser): Add Form.ts parser class ( #1056 )
...
* feat(parser): Add Form.ts parser class
Co-authored-by: absidue <48293849+absidue@users.noreply.github.com >
2025-10-12 10:27:01 -03:00
Dave Nicolson
6c127199ba
feat(history): Load additional watch history pages ( #1055 )
2025-10-12 10:00:35 -03:00
dependabot[bot]
f7099ab42e
chore(deps): bump tmp and patch-package in /examples/browser/web ( #1059 )
...
Bumps [tmp](https://github.com/raszi/node-tmp ) to 0.2.5 and updates ancestor dependency [patch-package](https://github.com/ds300/patch-package ). These dependencies need to be updated together.
Updates `tmp` from 0.0.33 to 0.2.5
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/raszi/node-tmp/compare/v0.0.33...v0.2.5 )
Updates `patch-package` from 6.5.1 to 8.0.1
- [Release notes](https://github.com/ds300/patch-package/releases )
- [Changelog](https://github.com/ds300/patch-package/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ds300/patch-package/commits )
---
updated-dependencies:
- dependency-name: tmp
dependency-version: 0.2.5
dependency-type: indirect
- dependency-name: patch-package
dependency-version: 8.0.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-12 09:22:22 -03:00
Luan
52b35ddc42
docs(examples/browser): Warn about outdated example and provide alternative links [skip ci]
2025-10-12 09:20:49 -03:00
Luan
25d0876b91
refactor(Player)!: Use AST-based JS extraction with side-effect safe code emission ( #1052 )
...
* chore(deps): Add `meriyah`
* feat(utils): Implement AST-based JS extractors
* chore(utils): Remove old ast walker code
* fix(Player): Migrate js extraction logic
* chore(JsExtractor): Fix typo in tsdoc
* perf(JsAnalyzer): Simplify main AST analysis logic
* fix(JsAnalyzer): Change `break` to `return` in AST matching logic
* chore: Update docs
* chore: Don't export `PlayerInitializationOptions`
* chore(evaluate): Update error message to include doc link
* perf: Use a `for-loop` to find iife
2025-10-12 09:08:51 -03:00
Luan
bffa92d96e
test(ytmusic): Update applyFilter test to use a specific value
2025-10-12 08:59:42 -03:00
Webb321
d448fd2806
fix(gen-parser-map): update reference to the script in auto-generated files ( #1036 )
...
Co-authored-by: Luan <luan.lrt4@gmail.com >
2025-10-12 08:17:01 -03:00
Fijxu
81592ca9e2
chore: Update User-Agents ( #1058 )
...
YouTube.js has been using the same user agents for 3 years.
Maybe YouTube doesn't care that much about the User-Agent, but keeping
them updated is good anyways.
2025-10-12 07:33:19 -03:00
Andrew S
977b13cc23
refactor: Use async/await for the javascript evaluator ( #1047 )
...
Allows for `Platform.shim.eval` to be asynchronous for custom evaluators. EG: using an online service to evaluate the javascript code in contexts where code interpreters are prohibited.
2025-10-09 14:19:17 -03:00
absidue
035d16dd6d
refactor(node): Replace undici dependency with built-in fetch ( #1045 )
2025-10-02 07:01:21 -03:00
absidue
ee9c184eeb
feat(protos): Add playlistTitle field to NextParams ( #1040 )
2025-09-17 19:50:20 -03:00
github-actions[bot]
e24060c31d
chore(main): release 15.1.1 ( #1033 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v15.1.1
2025-09-13 15:02:21 -03:00
absidue
a2c3774e9a
fix(Player): Store the full library version in cache entries ( #1032 )
2025-09-12 16:10:19 -03:00
github-actions[bot]
dee2b07cb0
chore(main): release 15.1.0 ( #1030 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v15.1.0
2025-09-11 19:24:37 -03:00
dependabot[bot]
da0551cb4c
chore(deps-dev): bump vite from 6.3.5 to 7.1.5 ( #1028 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.3.5 to 7.1.5.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.1.5/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.1.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-11 19:23:58 -03:00
absidue
68a6af9b2c
feat(parser): Add ListView, ListItemView and SubscribeButtonView ( #1025 )
2025-09-11 15:51:57 -03:00
absidue
46c2f6c6c1
refactor: Import version, bugs URL and repo URL directly from package.json ( #1004 )
2025-09-11 15:49:48 -03:00
absidue
95976de115
perf: Replace uses of ObservableArray#get with Array#find ( #1013 )
2025-09-11 15:45:16 -03:00
absidue
8be677adec
fix(types): Parser.parseArray always returns an ObservedArray ( #1014 )
2025-09-11 15:43:58 -03:00