node-ytpl
node-ytpl copied to clipboard
Title and description sometimes missing
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?
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.