download_torrent
Download a .torrent file from kinozal.tv by providing a torrent ID and save path. Credentials can be passed directly or via environment variables.
Instructions
Download .torrent file to specified path. Credentials can be provided via arguments or environment variables (KINOZAL_USERNAME, KINOZAL_PASSWORD).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Torrent ID from kinozal.tv | |
| outputPath | Yes | Path where to save .torrent file | |
| username | No | kinozal.tv username (optional if KINOZAL_USERNAME env var is set) | |
| password | No | kinozal.tv password (optional if KINOZAL_PASSWORD env var is set) |