autobrr/internal/indexer/definitions/reelflix.yaml
Frederick Robinson fef0da5711
feat(definitions): add expectations for test lines (#1257)
* factor out test helpers

* refactor, add tests for animebytes

* revert test refactor

* better name

* change format, migrate some examples

* migrated remaining test cases

* add comment about `Test` vs `Tests`

* refactor

* reorder expectations to match vars

* generate

* turn on strict unmarshalling, remove old `Test` from schema

* start modifying actual definitions

* done with the As

* Bs

* C, D

* E, F

* G, H, I, ... L

* M, N

* O, P

* R

* bonus error. without this, pattern/vars disagreement can panic.

* S

* T, U

* X.. Now we know our ABCs next time won't you sing with meeeee

* fix another test

* another driveby change

* be less strict parsing custom definitions

* fix(definitions): load custom definitions

---------

Co-authored-by: ze0s <ze0s@riseup.net>
2023-11-18 15:41:39 +01:00

83 lines
2.4 KiB
YAML

---
#id: rfx
name: ReelFliX
identifier: rfx
description: ReelFliX (RFX) is an English private tracker for MOVIES
language: en-us
urls:
- https://reelflix.xyz/
privacy: private
protocol: torrent
supports:
- irc
- rss
# source: UNIT3D
settings:
- name: rsskey
type: secret
required: true
label: RSS key (RID)
help: "Go to your profile > Settings > Security > RSS Key (RID) and paste your current RID into this field."
irc:
network: ReelFliX
server: irc.reelflix.xyz
port: 6697
tls: true
channels:
- "#announce"
announcers:
- WALL-E
settings:
- name: nick
type: text
required: true
label: Bot nick
help: Bot nick. Eg. username|bot
- name: auth.account
type: text
required: true
label: Username
help: Your username on the indexer.
- name: auth.password
type: secret
required: true
label: IRC Password
help: Paste your IRC Password into this field. In case you don't have an IRC password, go to your profile > Settings > Security > IRC Password and generate one.
parse:
type: single
lines:
- tests:
- line: Category [Movie] Type [Remux] Name [HomeMade Movie 1998 1080p BluRay REMUX AVC DD 2.0-Group] Resolution [1080p] Freeleech [0%] Internal [No] Double Upload [No] Size [16.8 GiB] Uploader [uploaderName] Url [https://reelflix.xyz/torrents/download/169]
expect:
category: Movie
releaseTags: Remux
torrentName: HomeMade Movie 1998 1080p BluRay REMUX AVC DD 2.0-Group
resolution: 1080p
freeleechPercent: 0%
internal: "No"
tags: "No"
torrentSize: 16.8 GiB
uploader: uploaderName
baseUrl: https://reelflix.xyz/torrents/
torrentId: "169"
pattern: 'Category \[(.*)\] Type \[(.*)\] Name \[(.*?)\] ?(?:Resolution \[(.*)\])? Freeleech \[(.*)\] Internal \[(.*)\] Double Upload \[(.*)\] Size \[(.*)\] Uploader \[(.*)\] Url \[(https?://.+/).+/(\d+)\]'
vars:
- category
- releaseTags
- torrentName
- resolution
- freeleechPercent
- internal
- tags
- torrentSize
- uploader
- baseUrl
- torrentId
match:
infourl: "/torrents/{{ .torrentId }}"
torrenturl: "/torrent/download/{{ .torrentId }}.{{ .rsskey }}"