qbittorrent_app_set_cookies
Set cookies for qBittorrent to authenticate .torrent downloads. Provide a JSON array with name, domain, path, value, expirationDate.
Instructions
Replace the cookies used when downloading .torrent files. cookies is a JSON array of {name, domain, path, value, expirationDate} objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cookies | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |