mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
feat(indexers): add subsplease (#373)
This commit is contained in:
parent
97f527dd81
commit
c5d30c0515
1 changed files with 49 additions and 0 deletions
49
internal/indexer/definitions/subsplease.yaml
Normal file
49
internal/indexer/definitions/subsplease.yaml
Normal file
|
@ -0,0 +1,49 @@
|
|||
---
|
||||
#id: subsplease
|
||||
name: SubsPlease
|
||||
identifier: subsplease
|
||||
description: SubsPlease is an indexer for Anime.
|
||||
language: en-us
|
||||
urls:
|
||||
- https://subsplease.org
|
||||
privacy: public
|
||||
protocol: torrent
|
||||
supports:
|
||||
- irc
|
||||
- rss
|
||||
source: custom
|
||||
|
||||
irc:
|
||||
network: Rizon
|
||||
server: irc.rizon.net
|
||||
port: 6697
|
||||
tls: true
|
||||
channels:
|
||||
- "#subsplease"
|
||||
announcers:
|
||||
- "Katou"
|
||||
settings:
|
||||
- name: nickserv.account
|
||||
type: text
|
||||
required: true
|
||||
label: NickServ Account
|
||||
help: NickServ account.
|
||||
- name: nickserv.password
|
||||
type: secret
|
||||
required: true
|
||||
label: NickServ Password
|
||||
help: NickServ password
|
||||
|
||||
parse:
|
||||
type: single
|
||||
lines:
|
||||
- pattern: '\[Release\] (.*(SubsPlease).*.(mkv)) \((.*)\) - .* - (.*)'
|
||||
vars:
|
||||
- torrentName
|
||||
- releaseGroup
|
||||
- releaseTags
|
||||
- torrentSize
|
||||
- torrentUrl
|
||||
|
||||
match:
|
||||
torrenturl: "{{.torrentUrl}}"
|
Loading…
Add table
Add a link
Reference in a new issue