Updated mock arr container names

This commit is contained in:
2025-11-20 10:43:15 -07:00
parent b2ae5bd9d9
commit ab4c119e04
560 changed files with 137075 additions and 110038 deletions
+14 -10
View File
@@ -1,6 +1,6 @@
---
id: yoinked
name: YOiNKED
name: YOiNKED (API)
description: "YOiNKED is a Private Torrent Tracker for MOVIES / TV / MUSIC"
language: en-US
type: private
@@ -15,6 +15,7 @@ caps:
- {id: 3, cat: Audio, desc: "Music"}
- {id: 4, cat: Books, desc: "Book"}
- {id: 5, cat: Audio/Audiobook, desc: "AudioBook"}
- {id: 6, cat: Console, desc: "Games"}
modes:
search: [q]
@@ -58,7 +59,7 @@ settings:
- name: info_activity
type: info
label: Account Inactivity
default: "If you do not log into the site or seed torrents, your account will be automatically pruned within 60 days."
default: "You must log in to the website or the tracker must register activity from your Announce URL once every 90 days or your account will be disabled."
login:
path: /api/torrents
@@ -72,9 +73,9 @@ login:
search:
paths:
# https://github.com/HDInnovations/UNIT3D-Community-Edition/wiki/Torrent-API-(UNIT3D-v8.x.x)
# https://github.com/HDInnovations/UNIT3D-Community-Edition/blob/master/app/Http/Controllers/API/TorrentController.php#L476
- path: "/api/torrents/filter"
# https://hdinnovations.github.io/UNIT3D/torrent_api.html
# https://github.com/HDInnovations/UNIT3D/blob/master/app/Http/Controllers/API/TorrentController.php#L657
- path: api/torrents/filter
response:
type: json
@@ -119,8 +120,6 @@ search:
selector: details_link
download:
selector: download_link
infohash:
selector: info_hash
poster:
selector: meta.poster
filters:
@@ -139,8 +138,13 @@ search:
args: ["(?i)(Science Fiction)", "Science_Fiction"]
- name: replace
args: [" & ", "_&_"]
_internal:
selector: internal
case:
False: "{{ .False }}"
True: "{{ .True }}"
description:
text: "{{ .Result.genre }}"
text: "{{ if .Result._internal }}Internal{{ else }}{{ end }}{{ if and .Result._internal .Result.genre }} | {{ else }}{{ end }}{{ .Result.genre }}"
seeders:
selector: seeders
leechers:
@@ -183,5 +187,5 @@ search:
uploadvolumefactor:
text: "{{ if .Result._featured }}2{{ else }}{{ .Result.uploadvolumefactor_double_upload }}{{ end }}"
minimumratio:
text: 0.5
# json UNIT3D 8.3.1 (custom)
text: 0.7
# json UNIT3D 9.1.7