All notable changes to loom-downloader
will be documented in this file.
Full Changelog: https://github.com/ianfortier/loom-downloader/commits/v0.1.0
-
Initial release of the Loom Video Downloader package.
-
LoomDownloader
class with two main methods:downloadVideo
: Returns the video content as a string.saveVideo
: Saves the video directly to a file, with an option to specify the destination.
-
Basic error handling for API and download errors.
-
Pest tests for core functionality.
- Simplified the package structure to focus on core functionality.