node-ytsr icon indicating copy to clipboard operation
node-ytsr copied to clipboard

Do anonymous YouTube search requests.

Results 28 node-ytsr issues
Sort by recently updated
recently updated
newest added

Noticed that while the API doesn't return the true video description it *does* return its meta description, so I've included that in the video search results. Also this was forked...

stale

Hi. I'm using the latest version (3.8.0), and it seems like sometimes a video named "New for you" would show up in search results. For example, take a look at...

for ytdl it's named `lengthSeconds` https://github.com/fent/node-ytdl-core/blob/master/typings/index.d.ts#L126 for ytsr it's named `duration` https://github.com/TimeForANinja/node-ytsr/blob/master/typings/index.d.ts#L94 so it would make sense to rename it to `length` and also add a `lengthSeconds` if doing this...

enhancement

When I search some video id, it searches weird things because the original query is changing. I don't know this problem is caused by youtube or this library. Example: When...

enhancement

Trying to use the package in the browser seems to result in an error from miniget: https://codesandbox.io/s/modest-cray-on365?file=/src/index.ts Is this expected to work?

bug

if searching for artists, a column appears on the right with artists latest tracks and albums, see the image for better understanding. ![ytsr](https://user-images.githubusercontent.com/16364972/106189834-7a116c80-61b1-11eb-9ba8-a06b2bee7321.jpg)

help wanted

Hello! I've recently noticed that a number of search queries are returning no results. The module doesn't error out and even provides continuation for the next page which does provide...

bug

Would be great if moving thumbnail urls could also be extracted. They seem to be included here in the `YTInitialdata` object: ```json "richThumbnail": { "movingThumbnailRenderer": { "enableHoveredLogging": true, "enableOverlay": true,...

enhancement

a) check if ```js ytsr('https://www.youtube.com/results?search_query=test'); ``` searches for `test` or `https://www.youtube.com/results?search_query=test` b) think about searching for `dQw4w9WgXcQ` when providing a full video like `https://www.youtube.com/watch?v=dQw4w9WgXcQ`

enhancement

backgroundPromoRenderer & isLive use strings differing from language to language Original Issue #120

bug