TimeForANinja/node-ytpl

Title and description sometimes missing

Bowserinator opened this issue · 1 comments

Sometimes the title and description of a playlist (that has both) are missing, I checked in lib/main.js:

parsed.json.header.playlistHeaderRenderer.title;
parsed.json.header.playlistHeaderRenderer.descriptionText;

These two properly contain the title and playlist description, (whereas info.title and info.description are empty)

Not sure what the cause is, maybe youtube changed their API?

stale commented

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.