get_torrent_url
Retrieve a direct .torrent file download URL from a torrent info_hash for browser or client use when a magnet link is not preferred.
Instructions
Get a direct .torrent file download URL from an info_hash. Use when the user specifically wants a .torrent file rather than a magnet link (magnet links are already in search_content results). Returns a single URL the user can open in their browser or torrent client.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| info_hash | Yes | 40-character hex torrent info_hash from search_content results (e.g. 'a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2') |