jonz94
ef37aa0a5a
feat(LiveChatPaidMessage): Parse headerOverlayImage and lowerBumper ( #851 )
...
* feat(LiveChatPaidMessage): Parse `headerOverlayImage` and `lowerBumper`
When a viewer donates for the 1st, 3rd, 5th, 10th, or 20th time,
there will be a special type of `LiveChatPaidMessage` that includes an
animated image in the header, followed by a bumper text message.
* chore: npm run build:parser-map
2024-12-22 16:08:37 -03:00
absidue
5050f4866b
chore(parser): Hoist API_PATH constants in endpoint nodes ( #852 )
2024-12-21 00:14:18 -03:00
Luan
78e79519e6
refactor(MultiPageMenuNotificationSection): Parse items as an array
2024-12-18 12:25:19 -03:00
Luan
e571ee2426
feat(RichGrid): Parse targetId
2024-12-17 17:34:16 -03:00
jonz94
342fdd1db3
feat(parser): Add ReplaceLiveChatAction ( #847 )
2024-12-15 01:09:18 -03:00
jonz94
73362c68fb
feat(parser): Update LiveChatPaidMessage ( #846 )
...
* Add `author_name_text_color` property
* Add `context_menu_accessibility_label` property
* Add `timestamp_usec` property
* Mark `timestamp_text` property as optional
* Add `timestamp_color` property
* Add `text_input_background_color` property
* Add `creator_heart_button` property
* Add `is_v2_style` property
* Add `reply_button` property
2024-12-15 01:09:02 -03:00
jonz94
29e8d3015a
feat(parser): Update LiveChatTickerPaidMessageItem ( #845 )
...
* Change `duration_sec` property type from `string` to `number`
* Change `full_duration_sec` property type from `string` to `number`
* Handle the scenario where the author's name is represented as `authUsername`
* Mark `amount` property as optional
* Add `start_background_color` property
* Add `amount_text_color` property
* Add `end_background_color` property
* Add `animation_origin` property
* Add `open_engagement_panel_command` property
2024-12-15 01:04:05 -03:00
Luan
0b73702bdd
chore(HowThisWasMadeSectionView): Make some fields optional
...
Just in case.
2024-12-14 12:41:24 -03:00
Luan
e95402731e
chore: lint
2024-12-14 12:35:55 -03:00
Luan
5da8a66551
feat(Parser): Add HowThisWasMadeSectionView node
2024-12-14 12:32:29 -03:00
jonz94
0c319aacde
feat(parser): Update LiveChatMembershipItem ( #836 )
2024-12-12 09:39:25 -03:00
jonz94
69d42b291c
feat(parser): Update LiveChatBanner ( #840 )
...
* Mark `viewerIsCreator` property as optional
* Mark `background_type` property as optional
* Add `banner_type` property
* Add `banner_properties_is_ephemeral` property
* Add `banner_properties_auto_collapse_delay_seconds` property
2024-12-12 09:38:44 -03:00
jonz94
9a9bb76a92
feat: add VideoMetadataCarouselView ( #839 )
2024-12-12 09:34:07 -03:00
jonz94
0b2b0da957
feat(parser): Add ClientSideToggleMenuItem ( #835 )
...
* feat(parser): Add `ClientSideToggleMenuItem`
* feat: parse the command
* feat: handle different type of `ClientSideToggleMenuItem`
2024-12-12 09:31:59 -03:00
jonz94
eeaae6209f
feat(parser): Add ButtonCardView ( #834 )
2024-12-12 09:31:14 -03:00
Luan
5f233ae34e
feat(parser): Add ActiveAccountHeader
...
Found on the 'You' (a.k.a, 'Library') page.
2024-12-10 18:32:31 -03:00
Luan
c1de097ce1
chore(Parser): Don't ignore BackgroundPromo
...
It turns out this is not an ad at all.
2024-12-10 16:30:23 -03:00
Luan
c8173c88e0
feat(parser): Add PlaylistThumbnailOverlay
2024-12-10 13:50:20 -03:00
Luan
ad2ae51b97
feat(parser): Add mobile guide nodes
2024-12-08 17:11:57 -03:00
Luan
d10fe6834a
feat(VideoViewCount): Add extra_short_view_count field
2024-12-04 14:32:15 -03:00
Luan
ec85b0f942
feat(parser): Add ShowEngagementPanelEndpoint
2024-11-28 18:14:25 -03:00
Patrick Kan
a7bb981731
refactor: Cookie-based session fixes and minor additions ( #821 )
...
* (fix) `on_behalf_of_user` arg not applied
* (feat) `AccountManager#getInfo()`: Add option to fetch full accounts list
2024-11-28 17:44:30 -03:00
Luan
386257c7b3
chore: catch up
2024-11-27 07:33:23 -03:00
Luan
af3a91645d
feat(EngagementPanelTitleHeader): Add contextual_info and menu
...
Both con contain info about the comments section.
2024-11-27 07:30:10 -03:00
absidue
8e50ebd925
feat(parser): Add animated_image to PageHeaderView ( #819 )
2024-11-26 01:48:52 -03:00
Luan
92acd6ca4d
chore: fix HideEngagementPanelEndpoint type
...
Oops.
2024-11-26 01:23:33 -03:00
Luan
2824900852
feat(parser): Add ChangeEngagementPanelVisibilityEndpoint
...
Similar to `ChangeEngagementPanelVisibilityAction`
2024-11-26 01:17:14 -03:00
Luan
c2b2d7ad52
feat(parser): Add ChangeEngagementPanelVisibilityAction
2024-11-25 05:33:49 -03:00
Luan
790f8172fc
fix(VideoSecondaryInfo): Parse show_more_text and show_less_text correctly
2024-11-25 05:16:08 -03:00
Luan
4729016fb9
feat(parser): Add RunAttestationCommand
...
Can be used to get attestation responses from BotGuard, assuming you have a VM (retrieved using the `/att/get` endpoint, with engagement type set to `ENGAGEMENT_TYPE_UNBOUND`) loaded up.
2024-11-25 03:23:23 -03:00
Luan
d8dca8cc09
refactor(parser): Remove unused analytics nodes
...
These were once useful when it was still possible to use the Android client with OAuth.
2024-11-22 05:17:57 -03:00
Luan
91fa215235
chore(parser): lint
2024-11-22 05:11:17 -03:00
Luan
2f087d47a0
refactor(parser)!: Remove old comment node
2024-11-22 04:58:37 -03:00
absidue
9cf0d3f3b3
chore(parser)!: Remove getters that have been deprecated for a long time ( #815 )
2024-11-21 20:13:37 -03:00
Luan
7397aa3f64
refactor(parser)!: Implement endpoint/command parsers ( #812 )
2024-11-21 18:24:16 -03:00
jonz94
7156a585c0
feat(parser): add LiveChatModeChangeMessage node ( #811 )
...
* feat(parser): add `LiveChatModeChangeMessage` node
* chore: npm run build:parser-map
* refactor: keep `timestamp_text` as Text
Co-authored-by: absidue <48293849+absidue@users.noreply.github.com >
* refactor: keep `timestamp_text` as Text
---------
Co-authored-by: absidue <48293849+absidue@users.noreply.github.com >
2024-11-19 17:06:29 -03:00
absidue
0914299215
feat(parser): Add optional image property to LockupMetadataView ( #806 )
2024-11-19 04:50:28 -03:00
ChunkyProgrammer
038efff17f
feat(Parser): add support for parsing subtitle for RichShelf ( #805 )
2024-11-19 04:43:03 -03:00
absidue
4b178e4bfb
fix(parser): The AvatarView.image_processor property is optional ( #807 )
2024-11-18 15:54:03 -03:00
absidue
680da9f501
fix(parser): Update list of possible content_type in LockupView ( #808 )
2024-11-18 15:51:00 -03:00
jonz94
7fb00fa378
feat(parser): Add LiveChatBannerChatSummary node, update TextRun node ( #809 )
...
* feat(parser): add `LiveChatBannerChatSummary` node
* feat(TextRun): add `deemphasize` property
* chore: npm run build:parser-map
2024-11-18 15:49:50 -03:00
Luan
53d1c759b6
fix(PlaylistAddToOption): Use correct type for contains_selected_videos
2024-11-18 04:15:54 -03:00
Luan
bdebb9f741
feat(NavigationEndpoint): Add name property
...
Sometimes you can make assumptions based on the endpoint's object name.
2024-11-17 01:19:08 -03:00
Luan
2940f7b908
feat(parser): Add AddToPlaylist node
2024-11-17 00:14:37 -03:00
Luan
c68810d502
Merge branch 'main' of https://github.com/LuanRT/YouTube.js
2024-11-15 03:49:43 -03:00
Luan
dc2ed046b8
feat(parser): Add PlayerOverlayVideoDetails node
2024-11-15 03:24:25 -03:00
Luan
ad448f8106
feat(parser): Add VideoViewCount node
2024-11-15 03:16:03 -03:00
Luan
80dbd6fe71
chore(Menu): Update flexible_items type
2024-11-15 03:07:27 -03:00
Luan
bc9a0ed6c1
feat(parser): Add MenuFlexibleItem
2024-11-15 03:06:47 -03:00
jonz94
ad302b8b17
feat(parser): Add LiveChatBannerRedirect node ( #799 )
2024-11-14 23:55:23 -03:00