Skip to content

Instantly share code, notes, and snippets.

import { dirname } from "path";
import {
Decision,
InjectionResult,
TORRENT_TAG,
TORRENT_CATEGORY_SUFFIX,
} from "../constants.js";
import { CrossSeedError } from "../errors.js";
import { Label, logger } from "../logger.js";
import { Metafile } from "../parseTorrent.js";