TimeForANinja / node-ytpl

Anonymous YouTube playlist resolver.
MIT License
203 stars 48 forks source link

Fix stats for playlists without a view count estimate #135

Closed absidue closed 2 years ago

absidue commented 2 years ago

Playlists like How To Build An App: Everything You Didn't Know You Needed To Know don't have an estimate for the number of videos in the playlist, this caused weird behaviour as ytpl always expected the estimate to be there. As a solution for that issue this pull request fixes the parsing of the stats and sets the estimatedItemCount to -1. This is a breaking change as users are likely relying on this number always being equal to or larger than zero.

stale[bot] commented 2 years 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.

absidue commented 2 years ago

Still relevant

stale[bot] commented 2 years 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.