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.HomeFeed()
Fetches the user's YouTube home feed.
Home Feed
Fetch your YouTube home feed
Parameters
options
An object containing the configuration options.
options.cookies
The user's cookies as a string. Required.
options.verbose
(Optional) Enable verbose logging.
options.sort
(Optional) Specify how the home feed items should be sorted. Available:
"oldest"
"newest"
"old-to-new"
"new-to-old"
Return Value
An EventEmitter instance for handling events during home feed fetching.
Emits "data"
On success: object containing status and feed items (Shorts, Videos).
Emits "error"
On failure: error message or object.