forked from jordanlambrecht/tracker-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbeyondhd.ts
More file actions
54 lines (44 loc) · 2.66 KB
/
Copy pathbeyondhd.ts
File metadata and controls
54 lines (44 loc) · 2.66 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
53
54
// src/data/trackers/beyondhd.ts
import type { TrackerRegistryEntry } from "@/data/tracker-registry"
export const beyondhd: TrackerRegistryEntry = {
// ── Identity ────────────────────────────────────────────────────────
slug: "beyondhd",
name: "BeyondHD",
abbreviation: "BHD",
url: "https://beyond-hd.me",
description:
"Well known for being the internal release site for the remux group FraMeSToR, as well as the new home of many former AHD internals. Untouched SD content allowed if no HD version exists.",
// ── Platform & API ──────────────────────────────────────────────────
platform: "custom",
apiPath: "/api/user",
// ── Content ─────────────────────────────────────────────────────────
specialty: "HD Movies / TV",
contentCategories: ["Movies", "TV"],
language: "English",
// ── Visual ──────────────────────────────────────────────────────────
color: "#00897b",
logo: "",
// ── External Links ──────────────────────────────────────────────────
trackerHubSlug: "beyond-hd",
statusPageUrl: "",
// ── Community ───────────────────────────────────────────────────────
userClasses: [],
releaseGroups: [],
bannedGroups: [],
notableMembers: [],
// ── Rules ───────────────────────────────────────────────────────────
rules: {
minimumRatio: 0.4,
seedTimeHours: 120,
loginIntervalDays: 90,
fulfillmentPeriodHours: 480,
hnrBanLimit: 3,
},
// ── Status ──────────────────────────────────────────────────────────
warning: false,
warningNote: "",
// ── Flags ───────────────────────────────────────────────────────────
draft: true,
supportsTransitPapers: false,
profileUrlPattern: "",
}