forked from jordanlambrecht/tracker-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanimebytes.ts
More file actions
53 lines (43 loc) · 2.61 KB
/
Copy pathanimebytes.ts
File metadata and controls
53 lines (43 loc) · 2.61 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
// src/data/trackers/animebytes.ts
import type { TrackerRegistryEntry } from "@/data/tracker-registry"
export const animebytes: TrackerRegistryEntry = {
// ── Identity ────────────────────────────────────────────────────────
slug: "animebytes",
name: "AnimeBytes",
abbreviation: "AB",
url: "https://animebytes.tv",
description:
"Huge archive of anime with great retention. Organization isn't as good as many other top trackers.",
// ── Platform & API ──────────────────────────────────────────────────
platform: "gazelle",
gazelleEnrich: true,
apiPath: "/ajax.php",
// ── Content ─────────────────────────────────────────────────────────
specialty: "Anime",
contentCategories: ["Anime", "Manga", "Music"],
language: "English",
// ── Visual ──────────────────────────────────────────────────────────
color: "#ff7043",
logo: "",
// ── External Links ──────────────────────────────────────────────────
trackerHubSlug: "anime-bytes",
statusPageUrl: "https://status.animebytes.tv/",
// ── Community ───────────────────────────────────────────────────────
userClasses: [],
releaseGroups: [],
bannedGroups: [],
notableMembers: [],
// ── Rules ───────────────────────────────────────────────────────────
rules: {
minimumRatio: 0,
seedTimeHours: 72,
loginIntervalDays: 90,
},
// ── Status ──────────────────────────────────────────────────────────
warning: true,
warningNote: "Unvalidated",
// ── Flags ───────────────────────────────────────────────────────────
draft: false,
supportsTransitPapers: true,
profileUrlPattern: "/user.php?id={id}",
}