LuanRT
222dfce6bb
fix: incorrect node parser implementations ( #428 )
...
These were causing some issues in v5.2.0.
2023-07-03 21:58:00 -03:00
github-actions[bot]
83cbfd631b
chore(main): release 5.2.0 ( #406 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v5.2.0
2023-06-28 17:13:36 -03:00
RikThePixel
4f9427d752
fix(Playlist): Add thumbnail_renderer on Playlist when response includes it ( #424 )
2023-06-28 17:12:06 -03:00
Patrick Kan
07c1b3e0e5
fix(OAuth): client identity matching ( #421 )
2023-06-28 16:26:33 -03:00
absidue
89548ad48a
chore(constants): Update web client version ( #420 )
2023-06-28 06:56:57 -03:00
absidue
519be72445
fix(PlayerEndpoint): Use different player params ( #419 )
...
* fix(PlayerEndpoint): Use different player params
* fix(PlayerEndpoint): Use new throttling bypass player params
2023-06-28 06:56:21 -03:00
Emma
e434bb2632
fix(VideoInfo.ts): reimplement get music_tracks ( #409 )
...
* fix(VideoInfo.ts): reimplement `get music_tracks`
- Add parser classes to parse needed data
- Add `CarouselLockup`
- Add `EngagementPanelSectionList`
- Add `InfoRow`
- Add `StructuredDescriptionContent`
- Add `VideoDescriptionMusicSection`
- Add `VideoDescriptionHeader`
- Add `Factoid`
- Add `ExpandableVideoDescriptionBody`
- Add `AdsEngagementPanelContent`
- Add `engagement_panels` to raw and parsed next responses
- Add `engagement_panels` parsing code to `parser.ts`
* Check for song inside of video_lockup first before checking info_rows
* Add support for pulling artist ids out of music_tracks
- Add support for WRITERS InfoRow
- Check for video id inside of naviagation endpoint on info_row metadata
* Add `AdsEngagementPanelContent` to ignore list
* Switch `map => parseItem` to `parseArray`
* Use `Text` && `NavigationEndpoint`
* Replace `String` with `Text` in `ExpandableVideoDescriptionBody`
2023-06-28 06:54:55 -03:00
absidue
a11e5962c6
feat(VideoDetails): Add is_post_live_dvr property ( #411 )
2023-05-31 19:12:19 -03:00
Jake Reid Browning
77b39c79ee
feat(ytmusic): Add support for YouTube Music mood filters ( #404 )
...
* add filters property to ytmusic HomeFeed
* remove implied type
* add applyFilter to HomeFeed
* add test
* remove section_list var
2023-05-23 15:00:05 -03:00
absidue
7c530d30ee
chore(parser): Remove extra Array.from call ( #407 )
2023-05-20 18:00:15 -03:00
absidue
1e07a184ff
perf(Search): Speed up results parsing ( #408 )
2023-05-20 17:57:48 -03:00
absidue
5de7b24dc5
perf(toDash): Speed up format filtering ( #405 )
2023-05-18 14:41:21 -03:00
github-actions[bot]
01fd1ee72a
chore(main): release 5.1.0 ( #403 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v5.1.0
2023-05-14 01:12:16 -03:00
absidue
84b4f1efd1
feat(toDash): Add audio track labels to the manifest when available ( #402 )
2023-05-14 01:11:02 -03:00
absidue
046103a4d8
feat(ReelItem): Add accessibility label ( #401 )
2023-05-14 01:09:51 -03:00
github-actions[bot]
beb4733e84
chore(main): release 5.0.4 ( #399 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v5.0.4
2023-05-10 15:35:11 -03:00
absidue
66b026bf49
fix(Utils): Circular dependency introduced in 38a83c3c2a ( #400 )
2023-05-10 15:32:00 -03:00
absidue
26734194ab
fix(bundles): Use ESM tslib build for the browser bundles ( #397 )
2023-05-06 15:54:18 -03:00
absidue
38a83c3c2a
fix(Utils): Use instanceof in deepCompare instead of the constructor name ( #398 )
2023-05-06 15:47:51 -03:00
absidue
b1f19f16ac
refactor(constants): Use namespace import internally ( #396 )
2023-05-06 15:46:20 -03:00
github-actions[bot]
891d889408
chore(main): release 5.0.3 ( #395 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v5.0.3
2023-05-03 19:47:01 -03:00
LuanRT
d4adb9eb6b
chore(PlayerEndpoint.ts): add back attestationRequest field
...
This was accidentally removed in a recent PR. It tells InnerTube to omit the botguard program data.
2023-05-03 19:31:59 -03:00
LuanRT
3b0498b68b
fix(Video): typo causing node parsing to fail
2023-05-02 03:21:02 -03:00
github-actions[bot]
154a5d2868
chore(main): release 5.0.2 ( #394 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v5.0.2
2023-04-30 17:24:14 -03:00
absidue
7c0abfccd7
fix(VideoInfo): Use microformat view_count when videoDetails view_count is NaN ( #393 )
2023-04-30 17:21:57 -03:00
github-actions[bot]
8f50c668aa
chore(main): release 5.0.1 ( #392 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v5.0.1
2023-04-30 00:51:44 -03:00
LuanRT
4f7ec07c3f
fix(web): slow downloads due to visitor data ( #391 )
...
* fix(web): slow downloads due to visitor data
It seems that YouTube will throttle clients if a shared visitor id is used.
* dev: include `params` for `/player` reqs
2023-04-30 00:50:08 -03:00
github-actions[bot]
ab3d5ab16c
chore(main): release 5.0.0 ( #389 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v5.0.0
2023-04-29 02:14:26 -03:00
LuanRT
dd21f8c75a
feat(NavigationEndpoint): parse content prop
...
This usually has dialog nodes.
2023-04-29 01:54:34 -03:00
LuanRT
3a7e58d2b9
chore(eslint): enforce the use of import type
2023-04-28 22:35:09 -03:00
LuanRT
75ea09dde8
fix(android): workaround streaming URLs returning 403 ( #390 )
2023-04-28 22:02:45 -03:00
LuanRT
95e0294eab
refactor!: overhaul core classes and remove redundant code ( #388 )
...
* feat(Player.ts): append `cver` to deciphered URLs
* refactor(Actions.ts): remove redundant `getVideoInfo` function
This is leftover code from previous versions. It had many problems and it is no longer required.
* fix(Kids.ts): remove unneeded `await` keywords
* dev: add more endpoints
* chore: update deps
* refactor: separate endpoints into files
* dev: improve types
* dev: add more endpoints
* refactor: put clients in a separate directory inside `core`
* chore: lint
* refactor: move mixins and managers to separate folders
* chore: fix tests
* dev: add `CreateVideoEndpoint`
* chore: clean up
* chore: lint
* chore: add some comments
* chore: remove unnecessary test
* dev: add `playlist/CreateEndpoint`
* dev: add `playlist/DeleteEndpoint`
* dev: add `browse/EditPlaylistEndpoint`
* fix(parser): add a few checks to avoid parsing errors
2023-04-28 19:01:04 -03:00
LuanRT
22ae6c93ee
chore(contributing.md): reword
2023-04-23 06:41:02 -03:00
LuanRT
257bd475a0
refactor: clean up parser and tests ( #387 )
...
* tests: improve coverage
* refactor: clean up nodes
* chore: lint
* feat(parser): ignore `BrandVideoShelf`
Seems to be used for ads.
* feat(parser): ignore `BrandVideoSingleton` too
2023-04-23 06:37:33 -03:00
github-actions[bot]
f66f0bd656
chore(main): release 4.3.0 ( #384 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v4.3.0
2023-04-13 07:52:42 -03:00
LuanRT
05de3ec97a
feat(GridVideo): add upcoming, upcoming_text, is_reminder_set and buttons
...
Closes : #380
2023-04-13 07:50:18 -03:00
LuanRT
a0566969ba
feat(ToggleMenuServiceItem): parse default nav endpoint
2023-04-13 06:10:17 -03:00
LuanRT
a9cad49333
feat(ytmusic): add taste builder nodes ( #383 )
...
Adds MusicTastebuilderShelf and MusicTastebuilderShelfThumbnail. These usually appear on new accounts.
2023-04-13 05:37:49 -03:00
LuanRT
096bf362c9
feat(MusicResponsiveListItem): make flex/fixed cols public ( #382 )
...
Plus refactor a few things.
2023-04-13 05:35:46 -03:00
LuanRT
ec9c0979f5
refactor: fix inconsistencies in the guide nodes ( #379 )
2023-04-11 05:52:47 -03:00
LuanRT
342d1d95e9
chore: fix readme formatting [skip ci]
2023-04-11 05:06:03 -03:00
github-actions[bot]
dbfc569602
chore(main): release 4.2.0 ( #377 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v4.2.0
2023-04-09 03:40:01 -03:00
LuanRT
c16a967987
chore(docs): minor improvements
2023-04-09 03:38:09 -03:00
LuanRT
a07375eb20
chore(docs): rewording [skip ci]
2023-04-09 03:02:23 -03:00
LuanRT
ce9d9c56b4
feat(parser): ignore PrimetimePromo node
...
This node is used to display advertisements.
2023-04-09 02:51:29 -03:00
LuanRT
f50ce1a06b
chore: simplify Pull Request template
2023-04-09 02:43:19 -03:00
LuanRT
3b6ccfa3d8
chore: fix cjs build
2023-04-09 02:18:53 -03:00
LuanRT
878488d1b3
chore: clean up README.md
2023-04-09 01:20:27 -03:00
LuanRT
3c94c9da4b
deps: bump Jinter to v1.0.0
2023-04-08 23:53:59 -03:00
absidue
0b301de6a1
feat: Enable importHelpers in tsconfig to reduce output size ( #378 )
2023-04-08 20:19:20 -03:00