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
absidue
aa7cf561a7
feat(parser): Parse badges in ContentMetadataView ( #1017 )
2025-09-11 15:43:37 -03:00
absidue
bac896501b
fix(parser): LockupMetadataView.image can also be an AvatarStackView ( #1026 )
2025-09-11 15:43:05 -03:00
absidue
3ea2815aba
fix(Player): Fix global variable extraction in the deciphering code ( #1029 )
2025-09-11 15:42:27 -03:00
github-actions[bot]
0181594530
chore(main): release 15.0.1 ( #1003 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v15.0.1
2025-07-22 16:59:26 -03:00
Luan
6b788abd6c
chore: merge main
2025-07-22 16:54:05 -03:00
Luan
ccd6423183
chore: update docs
2025-07-22 16:53:42 -03:00
absidue
cb87cc1cae
fix(Innertube): Handle redirects in getChannel() ( #1002 )
2025-07-22 16:49:35 -03:00
absidue
d9eb00544e
chore: Remove unused tslib dependency ( #1001 )
2025-07-21 11:31:50 -03:00
Luan
4ae0cc5c52
refactor(BinarySerializer): Move cache serialization to its own module
2025-07-21 05:29:40 -03:00
github-actions[bot]
4f916354df
chore(main): release 15.0.0 ( #982 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v15.0.0
2025-07-18 12:25:06 -03:00
Luan
20bdd156c8
chore(readme): update example
2025-07-18 12:13:40 -03:00
Luan
b317ec1bb9
chore: remove unused import from test file
2025-07-18 12:12:11 -03:00
Luan
3df6a212d5
chore: simplify test
2025-07-18 12:09:28 -03:00
Luan
0091f51dd2
feat(Parser): Add HypePointsFactoid node
2025-07-18 12:02:26 -03:00
Luan
d134fd2e9e
refactor!: Drop support for CommonJS
2025-07-18 12:01:31 -03:00
Brahim Hadriche
b6386e4027
feat(Innertube)!: Add GetVideoInfoOptions to support content bound PoTokens ( #994 )
...
* Add GetVideoInfoOptions to support content bound PoTokens
* feat: Add options arg to other client modules
* chore(Session): Update session WebPO description
* fix(Kids): Make options parameter optional
---------
Co-authored-by: Luan <luan.lrt4@gmail.com >
2025-07-18 11:03:23 -03:00
dependabot[bot]
2b4befbc36
chore(deps-dev): bump vite in /examples/browser/web ( #964 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.18 to 5.4.19.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.19/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.19/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 5.4.19
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-07-18 10:59:34 -03:00
Dave Nicolson
42bcf197bc
feat(Parser): Add ToggleFormField node ( #902 )
...
* Add ToggleFormField node
* chore: clean up & lint
---------
Co-authored-by: Luan <luan.lrt4@gmail.com >
2025-07-18 10:40:22 -03:00
Luan
4a4b87afe0
chore: Update esbuild to version 0.25.6
2025-07-18 10:39:08 -03:00
lovegaoshi
8f81d54e40
chore(ReactNative): Change deprecated assert to with ( #972 )
2025-07-18 10:27:09 -03:00
ChunkyProgrammer
dfaf1501c9
fix(Channel): Use new URL for community tab ( #986 )
2025-07-18 10:23:59 -03:00
shinray
bc386db6ba
feat(Parser): Add SectionHeaderView and GridShelfView ( #988 )
...
* feat(parser): add sectionheaderview and gridshelfview
* style: direct import instead of from ytnodes namespace
* chore: clean up
---------
Co-authored-by: absidue <48293849+absidue@users.noreply.github.com >
Co-authored-by: Luan <luan.lrt4@gmail.com >
2025-07-18 10:23:15 -03:00
Fea
2996ebb334
fix: Make "deno" conditional export have higher precedence than "node" ( #983 )
2025-07-18 10:13:55 -03:00
Fea
e94ef3748e
feat(Parser): Add DismissableDialog and DismissableDialogContentSection nodes ( #997 )
...
* feat(Parser): Add `DismissableDialogContentSection` node
* feat(Parser): Add `DismissableDialog` node
* chore: clean up
---------
Co-authored-by: Luan <luan.lrt4@gmail.com >
2025-07-18 10:06:05 -03:00
ChunkyProgrammer
e9d6483e5a
fix(Innertube#getPost): Update protobuf schema ( #987 )
...
* Update get post
* Remove leftover debug code
2025-07-18 09:59:31 -03:00
Ankush Sarkar
64f995585f
fix(Artist): getAllSongs not finding target shelf ( #999 )
2025-07-18 09:55:45 -03:00
wukko
2196afbc37
chore: update node target to 20 & undici to latest 6.x version ( #985 )
...
* chore: update node target to 20
node 16 & 18 have reached EOL, 20 is the oldest supported LTS version
* chore: update undici to latest 6.x version
this allows for use of https proxies via `EnvHttpProxyAgent` among other useful things
2025-07-18 08:26:38 -03:00
Luan
3fcf987aec
fix(MediaInfo): Remove unused parameters from toDash method
2025-07-18 08:20:54 -03:00
Luan
c16feee065
refactor(HTTPClient): Send configInfo only if using WEB
2025-06-22 20:01:07 -03:00
Ryuu Mitsuki
638697696f
feat(parser-classes): Add CompositeVideoPrimaryInfo parser class ( #984 )
...
* feat(parser-classes): Add `CompositeVideoPrimaryInfo` parser class
* refactor(parser-classes): Remove `data` property from instance class
* chore: shorten import path
---------
Co-authored-by: Luan <luan.lrt4@gmail.com >
2025-06-22 14:59:15 -03:00
Luan
7ae4ccf70a
feat(DashManifest): Add DRM infos to MPD
...
Required in newer versions of Shaka (for playback of protected content).
2025-06-21 03:58:44 -03:00
Luan
76504c0d08
fix(Session): Incorrect session client logic
2025-06-19 13:01:16 -03:00
ChunkyProgrammer
d6f13e20ac
feat(CommentsView): parse voice_reply_transcript ( #981 )
...
* Parse the VoiceReplyContainer instead of just parsing the text
2025-06-17 13:26:50 -03:00
github-actions[bot]
1705470558
chore(main): release 14.0.0 ( #956 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v14.0.0
2025-06-09 11:44:19 -03:00
Luan
60137e6a0e
chore: Fix typo
2025-06-08 14:34:03 -03:00
Luan
505e21eeb2
chore: Update auth docs
2025-06-08 14:33:10 -03:00
Luan
147efd0614
chore: gen docs [skip ci]
2025-06-08 13:53:02 -03:00
Luan
f87b5af98c
chore: gen docs [skip ci]
2025-06-08 13:48:03 -03:00
Luan
e1650e1297
refactor: Clean up HTTPClient code
2025-06-08 13:45:03 -03:00
Luan
b15f623dab
fix(Constants): Add TVHTML5_SIMPLY to CLIENT_NAME_IDS
2025-06-08 13:44:01 -03:00