YoutubeExplode v5.0.2 Release Notes

    • ➕ Added TryParse static method to ChannelId, UserName, PlaylistId, VideoId objects.
    • ➕ Added an extension method to make it simpler to buffer an asynchronous list of videos in-memory. You can now do var videos = await youtube.Playlist.GetVideosAsync(...) on top of enumerating it with await foreach. The readme has been updated with new usage examples.
    • 👻 Simplified exception messages.