Distributed Torrent Archive on Nostr
Go to file
PastaGringo 29f7c7cf71 Adding YggTorrent tracker announce
Torrents provided from yggtorrent are not served by the existing trackers from dtan resulting in the impossibility to retrieve the torrent medata and to download files.
2024-04-16 11:44:04 +00:00
.vscode init 2023-11-27 13:19:14 +00:00
.yarn chore: upgrade snort libs 2024-03-19 10:57:58 +00:00
docker feat: docker builds 2023-11-27 20:00:59 +00:00
public chore: upgrade snort libs 2024-03-19 10:57:58 +00:00
src Adding YggTorrent tracker announce 2024-04-16 11:44:04 +00:00
.drone.yml chore: formatting 2023-11-27 20:03:47 +00:00
.eslintrc.cjs init 2023-11-27 13:19:14 +00:00
.gitignore init 2023-11-27 13:19:14 +00:00
.yarnrc.yml chore: upgrade snort libs 2024-03-19 10:57:58 +00:00
Dockerfile feat: docker builds 2023-11-27 20:00:59 +00:00
index.html feat: Added UI style improvements 2023-12-10 14:47:09 +01:00
package.json chore: upgrade snort libs 2024-03-19 10:57:58 +00:00
postcss.config.js init 2023-11-27 13:19:14 +00:00
README.md refactor: remove size tag 2023-11-27 17:19:27 +00:00
tailwind.config.js init 2023-11-27 13:19:14 +00:00
tsconfig.json init 2023-11-27 13:19:14 +00:00
tsconfig.node.json init 2023-11-27 13:19:14 +00:00
vite.config.ts chore: upgrade snort libs 2024-03-19 10:57:58 +00:00
yarn.lock chore: upgrade snort libs 2024-03-19 10:57:58 +00:00

  {
    "kind": 2003,
    "content": "<long-description-pre-formatted>",
    "tags": [
      ["title", "<torrent-title>"],
      ["btih", "<bittorrent-info-hash>"],
      ["t", "<top-level-tag>"],
      ["t", "(optional)<second-level-tag>"],
      ["t", ...other tags],
      ["file", "<file-name>", "<file-size-in-bytes>"],
      ["file", "<file-name>", "<file-size-in-bytes>"],
      ["file", ...other files],
      ["imdb", "(optional)<imdb-entry-id>"]
    ]
  }

Top Level tags are usually the type of content like "Video" / "Audio" / "Application" and so on.

Second level tags are sub categories like "Movies" / "CAD/CAM"