Skip to content

Releases: prof18/YoutubeParser

4.0.1

14 Nov 21:00
Compare
Choose a tag to compare

This release brings a new feature, some refactor and some breaking changes! 🎉

Breaking Changes

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

3.0.1

22 Nov 16:55
Compare
Choose a tag to compare
  • Merge PR #9 to fix #8
  • Dependency updates