Add experimental downloader

This uses a new API to download events like the way the web ui does, where it first asks for a video to be prepared (on the unifi protect host) and then downloads it. This might be potentially more stable than the existing downloader.
This commit is contained in:
Sebastian Goscik
2024-06-06 00:15:06 +01:00
parent 2dac2cee23
commit 30ea7de5c2
4 changed files with 254 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ __email__ = 'sebastian@goscik.com'
__version__ = '0.10.7'
from .downloader import VideoDownloader
from .downloader_experimental import VideoDownloaderExperimental
from .event_listener import EventListener
from .purge import Purge
from .uploader import VideoUploader