Releases: SeoulSKY/ytnoti
Releases · SeoulSKY/ytnoti
v0.1.2
Changes
- Fix
YouTubeNotifier.run()
raising an error when it wasn't called inside the main thread - Add
YouTubeNotifier.stop()
that gracefully stops the runningYouTubeNotifier
- 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
Changes
- Improved the efficiency of verification of channel IDs (it now uses
HEAD
request instead ofGET
) - For parameter
channel_ids
for allYouTubeNotifier
's methods, it can now also take a singular id with typestr
. - 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 Nonecache_size
: The number of video IDs to keep in the cache to prevent duplicate notifications. Defaults to 5000
- Added
created_at
inChannel
Full Changelog: v0.1.0...v0.1.1