masterchat icon indicating copy to clipboard operation
masterchat copied to clipboard

💬 Get full access to YouTube Live Chat

Results 8 masterchat issues
Sort by recently updated
recently updated
newest added

`masterchat` unable to to get & check `playabilityStatus` of members only stream so I temporary disable the check Also adding metadata parser to get more detail of video For example:...

I want to add more features to the lib like seeking the chat to a given time offset etc.

Incorrect `durationText` parsing lead to error while running `durationToSeconds` Seem to caused by the `.slice(1)` --- Code: https://github.com/sigvt/masterchat/blob/02d62405ed826e908d564e8db2c6c598d0b5b0f5/src/chat/actions/addChatItemAction.ts#L268-L272 --- Example payload from https://www.youtube.com/watch?v=oSGkmRhur0Y ```json { "id": "Ci8KLUNNV2F4WVA5cF9zQ0ZTSXZzd0FkQ3JvSF93LUxveU1lc0lELTMzNDEzOTU3Ng%3D%3D", "timestampUsec": "1670697881347497", "authorExternalChannelId":...

There's new content type `liveChatProductItemRenderer` in the payload of `parseAddBannerToLiveChatCommand`.

I want to make a pull request but the test does not pass. Will this code be complete? ```bash git clone https://github.com/holodata/masterchat cd masterchat git switch dev yarn install yarn...