absidue
1a034733f6
feat(toDash): Add option to include thumbnails in the manifest ( #446 )
...
* feat(toDash): Add option to include thumbnails in the manifest
* refactor: Move toDash function back to MediaInfo class
2023-07-18 02:08:02 -03:00
ChunkyProgrammer
c477b824c0
feat(parser): Add IncludingResultsFor ( #447 )
2023-07-18 01:53:44 -03:00
github-actions[bot]
7e5c3648c1
chore(main): release 5.5.0 ( #441 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v5.5.0
2023-07-16 17:57:11 -03:00
absidue
bdd98a3b9b
feat(Format): Populate audio language from captions when available ( #445 )
2023-07-16 17:54:26 -03:00
LuanRT
06750aaa74
chore: lint
2023-07-16 17:40:05 -03:00
LuanRT
708c5f7394
feat(parser): add MacroMarkersList ( #444 )
...
This should fix a few parsing issues that were happening after recent updates.
2023-07-16 17:38:16 -03:00
LuanRT
a9cdbf7010
feat(parser): Add ShowMiniplayerCommand ( #443 )
2023-07-16 17:34:42 -03:00
LuanRT
b50d1ef67d
fix(StructuredDescriptionContent): items can also be a HorizontalCardList
2023-07-16 17:00:36 -03:00
LuanRT
555d257459
feat(parser): Add CommentsSimplebox parser ( #442 )
2023-07-16 16:46:46 -03:00
titong0
2aef67876e
fix(package): Bump Jinter to fix bad export order ( #439 )
...
Version 1.0.0 has an export order which crashes some webpack environments (at least I came across it when using next.js 13). Updating to 1.1.0 fixes it. A bit more context here https://github.com/LuanRT/YouTube.js/issues/432
* chore(package): update lock file
* chore: lint
---------
Co-authored-by: LuanRT <luan.lrt4@gmail.com >
2023-07-16 16:23:14 -03:00
ChunkyProgrammer
ae2557d15c
feat(parser): Add HashtagTile ( #440 )
2023-07-16 15:35:55 -03:00
github-actions[bot]
8c688efb4a
chore(main): release 5.4.0 ( #438 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v5.4.0
2023-07-14 00:00:43 -03:00
ChunkyProgrammer
cffa868c6e
feat(parser): Add Quiz ( #437 )
2023-07-13 23:57:39 -03:00
ChunkyProgrammer
f267fcd8be
Add getReleases and getPodcasts to Channel ( #436 )
...
* feat(Channel): Add `getReleases` method
* feat(Channel): Add `getPodcasts` method
* Fix(Playlist): Parse `PlaylistCustomThumbnail`
2023-07-13 15:25:20 -03:00
github-actions[bot]
23c22a93c4
chore(main): release 5.3.0 ( #433 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v5.3.0
2023-07-11 15:48:51 -03:00
absidue
1ca20836bf
perf(Format): Cleanup the xtags parsing ( #434 )
2023-07-11 15:45:42 -03:00
absidue
5f058e69ae
perf(toDash): Hoist duplicates from Representation to AdaptationSet ( #431 )
2023-07-11 15:22:02 -03:00
absidue
3500e92632
feat(toDash): Add color information ( #430 )
2023-07-10 21:25:48 -03:00
LuanRT
3f57c2fa5c
refactor(PlayerEndpoint.ts): send specific params only if using Android based clients
2023-07-10 21:23:10 -03:00
LuanRT
7528ebdb60
chore: fix YouTube Music tests failing
2023-07-10 21:17:06 -03:00
github-actions[bot]
5e3846259f
chore(main): release 5.2.1 ( #429 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v5.2.1
2023-07-03 22:30:29 -03:00
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