Source: factory.service/package.core/ObjServiceYoutube.py
An Axion service for downloading and registering YouTube audio with rich metadata.
| Method | Signature | Description |
|---|---|---|
| setup_document_definition | setup_document_definition() |
Ensures the 'youtube_audio' document definition exists in the database. |
| Connect | Connect() |
Prepares the service by validating parameters, fetching video metadata, |
| Send | Send() |
Executes the download, saves the thumbnail, and updates the document with rich metadata. |
| run_workflow_direct | run_workflow_direct(param1 = None, param2 = None, param3 = None) |