feat(indexers): add ReeFflix (#1127)

feat(indexers): add reelflix
This commit is contained in:
martylukyy 2023-09-19 18:15:36 +02:00 committed by GitHub
parent 9d0d70c075
commit a145ebe45c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,71 @@
---
#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:
- test:
- "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]"
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 }}"