Releases: prof18/YoutubeParser
Releases · prof18/YoutubeParser
4.0.1
This release brings a new feature, some refactor and some breaking changes! 🎉
Breaking Changes
- Now the DTOs used by the Parser are internal
- Make fields of ParsingResult, Video, and Statistic immutable
- The fields of Statistic are now nullable
- The list of Video in ParsingResult is now an immutable list
Improvements
- The date inside the Video class is not parsed anymore. It's returned in the default format, e.g. 2021-11-11T18:56:09Z
- The internals of the Parser has been rewritten a bit, in order to have better readability, clarity, and maintainability. c87f41b
New stuff
- Both the Parser and the VideoStats now support cancelation of the ongoing job