LuanRT
8e37efa575
refactor: improve livechat parser & add remaining action nodes ( #285 )
...
* refactor: improve live chat parsers & add missing nodes
* chore: update example and docs
* docs: rephrasing/formatting
* chore: remove unneeded test (unrelated)
2023-01-10 01:44:51 -03:00
absidue
5a362a0bd5
feat(EmojiRun): Add is_custom to identify custom emojis ( #283 )
2023-01-10 01:43:18 -03:00
LuanRT
dca61c3a22
feat: finalize comment section nodes ( #280 )
...
* fix: comment translation proto missing channel id
* feat: finalize nodes
* docs: update API ref
* chore: update tests
2023-01-09 08:14:31 -03:00
LuanRT
b04df7e119
chore: lint
2023-01-05 21:22:50 -03:00
LuanRT
d8d92866d1
fix(Format): some types were incorrect
2023-01-05 20:56:55 -03:00
LuanRT
d69d701869
fix(VideoInfo): watch next feed not being parsed when logged out ( #276 )
2023-01-05 19:09:16 -03:00
absidue
cd4d28c951
feat: add live stream start_timestamp ( #275 )
2023-01-05 17:35:39 -03:00
absidue
22b9c174bb
feat: add is_live and is_upcoming to VideoDetails ( #271 )
...
* feat: add is_live and is_upcoming to VideoDetails
* chore: add tests
2023-01-03 20:52:05 -03:00
LuanRT
1163125f5c
feat: add LiveChatRestrictedParticipation node ( #267 )
2022-12-31 17:42:59 -03:00
LuanRT
9ac5043309
chore: clean up & remove unneeded code ( #265 )
2022-12-31 05:49:41 -03:00
LuanRT
6a4b4f3359
feat: add support for chapters & video heatmap ( #263 )
...
* feat: add support for chapters & video heatmap
* chore: add tests
2022-12-27 04:17:05 -03:00
LuanRT
2b3642ba63
feat: add support for searching within a channel ( #262 )
...
* feat(Channel): add support for searching
* dev: add channel search test
* chore: update docs
2022-12-26 18:56:37 -03:00
LuanRT
d4382e81c3
chore: update proto and format code
2022-12-19 18:48:00 -03:00
LuanRT
cac762569a
feat(Session): allow overriding geolocation ( #260 )
...
* Allow overriding geolocation
* Fix some inconsistencies (unrelated)
2022-12-19 03:55:38 -03:00
LuanRT
9978ebf085
refactor(Parser): reduce reliance on localised strings ( #258 )
2022-12-17 00:54:08 -03:00
LuanRT
b036e2fcdc
feat(Channel): parse subscribe button
...
This way one can subscribe to a given channel simply by calling the button's endpoint.
2022-12-16 17:13:13 -03:00
LuanRT
e37f42f41b
feat: bring back Video#is_live and add ExpandableMetadata ( #256 )
...
* bring back `Video#is_live`
* add ExpandableMetadata
2022-12-15 19:01:42 -03:00
absidue
883a023624
feat(TextRun): add support for formatting ( #254 )
2022-12-14 22:48:35 -03:00
LuanRT
49d1432b5a
chore: fix a few inconsistencies
2022-11-30 19:02:49 -03:00
LuanRT
516eeeff45
refactor: improve Search parser ( #247 )
...
* refactor: improve Search parser
* chore: lint
2022-11-29 03:50:17 -03:00
LuanRT
f7c1e0f249
fix(Music): search endpoint missing
...
Related: #242
2022-11-23 20:04:24 -03:00
LuanRT
fe4c5433cf
feat: make Player instance optional ( #240 )
2022-11-16 03:17:59 -03:00
LuanRT
0e5e0c0fab
feat(Channel): add support for filters ( #237 )
...
* feat: add support for filters
Also add `channel#getShorts()` and `channel#getLiveStreams()`
* docs: update API ref
* chore: add tests
2022-11-14 19:08:16 -03:00
LuanRT
da517fe6d1
refactor: improve home feed parsing ( #234 )
...
* chore: update tests
* style: format code
* docs: update API ref
2022-11-12 01:31:11 -03:00
LuanRT
3cbcd71a3a
feat: add support for topic/auto-generated channels and fix minor parsing errors ( #233 )
...
* dev: add support for topic channels
* dev(parser): do not try to parse empty nodes
* dev: add support for auto-generated game channels
2022-11-11 00:38:44 -03:00
Burhan Syed
4c00f15f55
fix: WatchCardHeroVideo accessibilityData parse error ( #231 )
...
* fix #230 : WatchCardHeroVideo AccessibilityData Parser error
* add WatchCardHeroVideo test case
2022-11-10 19:18:08 -03:00
LuanRT
aa334aacbd
refactor: clean up, fix & remove outdated code ( #228 )
...
* dev: refactor and remove redundant code
* docs(music): update `Library` API ref
* docs: update examples
* chore: update lock file
2022-11-06 03:32:16 -03:00
LuanRT
1b2862c00f
refactor: improve live chat polling ( #220 )
...
* dev: add RemoveChatItemByAuthorAction renderer parser
* dev: improve live chat polling
2022-10-12 16:16:07 -03:00
Akazawa Daisuke
a9eba7ca62
feat: add RemoveChatItemAction and LiveChatTickerStickerItem ( #214 )
2022-10-03 03:09:40 -03:00
Akazawa Daisuke
2f56c15ecc
feat(LiveChat): add support for moderation & more ( #202 )
...
* Live Chat - Implement moderation
* Live Chat - Implement class ItemMenu
* fix moderation method
Co-authored-by: LuanRT <luan.lrt4@gmail.com >
2022-10-02 02:00:24 -03:00
LuanRT
7485726f1e
refactor: fix a few parsing inconsistencies
2022-09-23 03:06:21 -03:00
LuanRT
dcf2b720a0
fix: minor parsing issues and other improvements ( #194 )
...
* feat: add `ConfirmDialog`
This usually appears in the `playability_status` object.
* fix(PlayerErrorMessage): check if `iconType` exists before parsing
* chore(parser): fix a few inconsistencies
* feat(ytmusic): add `MetadataScreen`
TODO: Check TrackInfo, YouTube Music is probably getting some minor UI updates.
2022-09-17 19:14:46 -03:00
LuanRT
f2f48af1bc
feat(Music): add automix support and other minor improvements ( #184 )
...
* dev(NavigationEndpoint): add `/player` endpoint
* dev: add AudioOnlyPlayability, BrowserMediaSession and MusicDownloadStateBadge
* dev: allow endpoints to be overridden
* dev: minor parser changes
* dev(TrackInfo): add `<info>#getTab(title?)`
* dev: allow `Music#getInfo()` to accept list items
* dev: revert a few changes, I probably overcomplicated this.
* dev: add tests
* dev: add `TrackInfo#getUpNext()`, `TrackInfo#getRelated()` and `TrackInfo#getLyrics()`
* docs: update API ref
* fix(docs): formatting inconsistencies
2022-09-13 02:26:13 -03:00
LuanRT
91847ae3cc
feat(LiveChat): add SegmentedLikeDislikeButton and LiveChatDialog ( #181 )
...
* feat: add `LiveChatDialog`
* feat: add `SegmentedLikeDislikeButton`
2022-09-10 14:54:13 -03:00
LuanRT
eb44b71939
feat: add CollaboratorInfoCardContent renderer parser ( #180 )
2022-09-10 04:09:38 -03:00
Nico K
9e618cc576
fix: LiveChatAuthorBadge where MetadataBadge was expected ( #179 )
...
* fix `LiveChatAuthorBadge` where `MetadataBadge` was expected
* add "failsafe" for author badges
2022-09-09 19:30:20 -03:00
Patrick Kan
bc03c91df9
feat: add PlaylistPanelVideoWrapper parser ( #176 )
...
* feat: add `PlaylistPanelVideoWrapper` parser
* fix: `PlaylistPanelVideoWrapper` no counterpart
2022-09-09 15:30:21 -03:00
Akazawa Daisuke
e00be25bf4
feat: add LiveChatAutoModMessage ( #177 )
2022-09-09 15:29:36 -03:00
LuanRT
c9856a8359
fix: search continuations not being parsed correctly ( #173 )
...
* feat: add `TitleAndButtonListHeader`
* fix: continuations not being parsed correctly
* chore: add a test
* chore(package): bump version to 2.0.2
* chore: lint
2022-09-08 21:31:07 -03:00
Patrick Kan
60730a5531
fix: Music#getArtist() and DropdownItem ( #170 )
...
* fix: `Music#getArtist()` fails for private artist
* fix: `DropdownItem` inconsistent prop naming
2022-09-06 14:29:29 -03:00
LuanRT
85fc468cc9
feat: add music#getRecap() ( #165 )
...
* dev: add recap renderer parsers
* dev: finish implementation ✨
* docs: update YouTube Music API ref
2022-09-05 18:08:34 -03:00
LuanRT
4484f78394
fix(VideoSecondaryInfo): subscribe_button can also be just a Button
2022-09-05 03:30:44 -03:00
LuanRT
4181969d52
feat: properly type renderer parsers
...
CardCollection, ChipCloud, Endscreen, PlayerOverlay, PlayerOverlayAutoplay, VideoSecondaryInfo and WatchNextEndScreen.
2022-09-05 03:25:36 -03:00
Akazawa Daisuke
a8322e35f5
feat: Add paid chat color info ( #164 )
2022-09-04 05:57:41 -03:00
Patrick Kan
53cb26546e
chore: minor fixes ( #159 )
...
* fix: add `params` to `watch_playlist` endpoint
* fix: continuation in `PlaylistPanelContinuation`
2022-09-02 14:24:36 -03:00
Patrick Kan
b9e6e16ce9
feat: add MusicVisualHeader ( #157 )
2022-08-30 05:11:14 -03:00
Patrick Kan
c99364942c
fix: DidYouMean endpoints and add text prop ( #158 )
...
* feat: add `text` to `DidYouMean`
* fix: parse correct endpoint in `DidYouMean`
2022-08-30 05:10:51 -03:00
LuanRT
317bca261c
feat(download): bring back WEB client ( #156 )
...
* refactor: remove dead code and integrate with Jinter
* chore: tidy up
2022-08-29 04:48:33 -03:00
LuanRT
13a86cb4e7
feat: add settings page parser ( #154 )
...
* feat: add settings page parsers
* fix(AccountManager): small ts error
* feat: add `CopyLink` & `SettingsCheckbox`
* deps: remove “flat” dependency
2022-08-28 05:11:11 -03:00
Patrick Kan
05b4593e0a
feat: fix music#library.getArtists() and add MusicShelf.bottom_button ( #152 )
...
* fix : #143
* feat: add `bottom_button` to `MusicShelf`
2022-08-25 17:14:32 -03:00