YT-DLX: The Ultimate Multimedia Downloader
YT-DLX is a powerful and versatile tool that allows you to download audio and video content from a wide range of sources, including YouTube, Vimeo, and many more.

Documentation
YtDlx.Account.UnseenNotifications()
Fetches the count of unseen YouTube notifications for the user.
Unseen Notifications
Get the count of your unseen YouTube notifications
Parameters
options
An object containing the configuration options.
options.cookies
The user's cookies as a string. Required.
options.verbose
(Optional) Enable verbose logging.
Return Value
An EventEmitter instance for handling events during notification count fetching.
Emits "data"
On success: object containing status and the fetched count (data.data.count
).
Emits "error"
On failure: error message or object.