mirror of
https://git.v0l.io/Kieran/dtan.git
synced 2025-01-18 04:41:32 +00:00
Distributed Torrent Archive on Nostr
29f7c7cf71
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. |
||
---|---|---|
.vscode | ||
.yarn | ||
docker | ||
public | ||
src | ||
.drone.yml | ||
.eslintrc.cjs | ||
.gitignore | ||
.yarnrc.yml | ||
Dockerfile | ||
index.html | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts | ||
yarn.lock |
{
"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"