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