ts-npm-ytmusic-api icon indicating copy to clipboard operation
ts-npm-ytmusic-api copied to clipboard

A YouTube Music API implementation by me which supports TypeScript annotations for data returned by the server

Results 10 ts-npm-ytmusic-api issues
Sort by recently updated
recently updated
newest added

### Please describe the current behaviour of the code. Following the example in the readme will cause a `TypeError: YTMusic is not a constructor` ### Please describe the expected behaviour...

bug

### Please describe the current behaviour of the code. When running the method [setCookieSync](https://github.com/zS1L3NT/ts-npm-ytmusic-api/blob/939ef8f3b16ef0c384ff540bf7c55d115cda2724/src/YTMusic.ts#L73), i getting an error ``` error: Cookie not in this host's domain. Cookie:www.youtube.com Request:music.youtube.com at setCookie...

bug

### Is this feature request related to a problem? If so, please elaborate Recently YouTube seems to have updated their endpoints to require a login when accessing Youtube Music from...

### Please describe the current behaviour of the code. When calling ``ytmusic.search('query')``, the request fails with 400 Bad Request. ### Please describe the expected behaviour of the code. The expected...

bug

### Is this feature request related to a problem? If so, please elaborate _No response_ ### Tell me about the feature you are requesting! ```ts const ytmusic = new YTMusic();...

### Please describe the current behaviour of the code. - ### Please describe the expected behaviour of the code. - ### What are the steps to reproduce the error? -...

bug

This method comes from [youtube-music-api](https://www.npmjs.com/package/youtube-music-api) to get a list of songs in the UP NEXT tab. - Add `getNext()` method in YTMusic class - Add `NextResult` type in `types.ts` -...

I noticed that when getting playlist videos, the duration of each video is null. So I checked the parsePlaylistVideo() and found that the retrieved columns don't have duration of video.