casey / intermodal

A command-line utility for BitTorrent torrent file creation, verification, and more
https://imdl.io
Creative Commons Zero v1.0 Universal
487 stars 25 forks source link

Tracker Announce Subcommand Follow-up #490

Open casey opened 3 years ago

casey commented 3 years ago

There are some things I think would be nice to have for imld torrent announce, but I think they belong in follow-up diffs, to keep the initial diff size. I'm putting them in the same issue so I can keep track of them, but they could easily be broken out into separate issues.

[
  {
    "URL": URL,
    "PEERS": [
      {"IP": IP, "PORT": PORT},
      …
    ]
  },
  …
]