Skip to content

v0.1.1

Compare
Choose a tag to compare
@SeoulSKY SeoulSKY released this 27 Jun 04:48
· 57 commits to main since this release

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