forked from jordanlambrecht/tracker-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhdbits.ts
More file actions
52 lines (42 loc) · 2.58 KB
/
Copy pathhdbits.ts
File metadata and controls
52 lines (42 loc) · 2.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
// src/data/trackers/hdbits.ts
import type { TrackerRegistryEntry } from "@/data/tracker-registry"
export const hdbits: TrackerRegistryEntry = {
// ── Identity ────────────────────────────────────────────────────────
slug: "hdbits",
name: "HDBits",
abbreviation: "HDB",
url: "https://hdbits.org",
description:
"HD tracker known for being the internal release site for an enormous number of encoders, including many of the top groups. Also has a massive collection of full discs.",
// ── Platform & API ──────────────────────────────────────────────────
platform: "custom",
apiPath: "/api/user",
// ── Content ─────────────────────────────────────────────────────────
specialty: "HD Movies / TV",
contentCategories: ["Movies", "TV"],
language: "English",
// ── Visual ──────────────────────────────────────────────────────────
color: "#ffd700",
logo: "",
// ── External Links ──────────────────────────────────────────────────
trackerHubSlug: "hd-bits",
statusPageUrl: "",
// ── Community ───────────────────────────────────────────────────────
userClasses: [],
releaseGroups: [],
bannedGroups: [],
notableMembers: [],
// ── Rules ───────────────────────────────────────────────────────────
rules: {
minimumRatio: 0,
seedTimeHours: 0,
loginIntervalDays: 0,
},
// ── Status ──────────────────────────────────────────────────────────
warning: false,
warningNote: "",
// ── Flags ───────────────────────────────────────────────────────────
draft: true,
supportsTransitPapers: false,
profileUrlPattern: "",
}