TimeForANinja / node-ytsr

Do anonymous YouTube search requests.
MIT License
285 stars 66 forks source link

description is always null #167

Closed Secreto31126 closed 1 year ago

Secreto31126 commented 2 years ago

Simplest test:

const ytsr = require("ytsr");

// Filter to avoid results which don't have descriptions
const filter = await ytsr.getFilters("Github");
const searchResults = await ytsr(filter.get('Type').get('Video').url);
console.log(searchResults.items.map(e => e.description));
// outputs [null, null, ...]

I'm sure the videos have descriptions but all of them return null, so maybe it's failing to read them from the search response.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.