Skip to content

Releases: SeoulSKY/ytnoti

v0.1.2

28 Jun 03:05
Compare
Choose a tag to compare

Changes

  • Fix YouTubeNotifier.run() raising an error when it wasn't called inside the main thread
  • Add YouTubeNotifier.stop() that gracefully stops the running YouTubeNotifier
  • Remove the /health endpoint that was used to check whether the server is accepting requests or not

Full Changelog: v0.1.1...v0.1.2

v0.1.1

27 Jun 04:48
Compare
Choose a tag to compare

Changes

  • Improved the efficiency of verification of channel IDs (it now uses HEAD request instead of GET)
  • For parameter channel_ids for all YouTubeNotifier's methods, it can now also take a singular id with type str.
  • Added optional parameters to the constructor of YouTubeNotifier
    • password - The password to use for verifying push notifications. If not provided, a random password will be generated. Defaults to None
    • cache_size: The number of video IDs to keep in the cache to prevent duplicate notifications. Defaults to 5000
  • Added created_at in Channel

Full Changelog: v0.1.0...v0.1.1

v0.1.0

26 Jun 04:33
Compare
Choose a tag to compare

Initial release