mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00

* feat(irc): support SASL and NickServ auth * feat(irc): add missing fields * feat(irc): support SASL and NickServ auth * feat(irc): add missing fields * feat(irc): add validation * feat(indexers): unify and set required values * feat(irc): add postgres migrations * feat(irc): use nick as handlerkey * feat(irc): use account for nickserv * fix(irc): pg db migration
56 lines
1 KiB
YAML
56 lines
1 KiB
YAML
---
|
|
#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: nick
|
|
type: text
|
|
required: true
|
|
label: Nick
|
|
help: Bot nick. Eg. user_bot
|
|
|
|
- name: auth.account
|
|
type: text
|
|
required: true
|
|
label: NickServ Account
|
|
help: NickServ account. Make sure to group your main user and bot.
|
|
|
|
- name: auth.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}}"
|