get_ygg_magnet_link
Generate magnet links for torrents sourced exclusively from YGG Torrent by providing the torrent ID. Enables direct access to torrent files programmatically.
Instructions
Get the magnet link for a specific torrent coming from YGG Torrent source only.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| torrent_id | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "torrent_id": {
      "title": "Torrent Id",
      "type": "integer"
    }
  },
  "required": [
    "torrent_id"
  ],
  "type": "object"
}