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

* Update subsplease.yaml regex to parse title This change aims to parse any multiple-word title to populate the title macro. * Update subsplease.yaml also captures title for batch releases I replaced the (.*?) part with ([^-()]+), which matches one or more characters that are not dashes or parentheses. This will stop at either a dash - or an opening parenthesis ( * Parsing title by matching a sequence instead of using a character class Using whitespace - (dash) whitespace numerical or whitespace ( (open bracket) numerical to end the title pattern * specify character amount of `\d` token --------- Co-authored-by: martylukyy <35452459+martylukyy@users.noreply.github.com>
66 lines
2 KiB
YAML
66 lines
2 KiB
YAML
---
|
|
#id: subsplease
|
|
name: SubsPlease
|
|
identifier: subsplease
|
|
description: SubsPlease is an indexer for Anime.
|
|
language: en-us
|
|
urls:
|
|
- https://nyaa.si/
|
|
privacy: public
|
|
protocol: torrent
|
|
supports:
|
|
- irc
|
|
- rss
|
|
source: custom
|
|
|
|
irc:
|
|
network: Rizon
|
|
server: irc.rizon.net
|
|
port: 6697
|
|
tls: true
|
|
channels:
|
|
- "#subsplease"
|
|
announcers:
|
|
- "NekoNeko"
|
|
- "Katou"
|
|
settings:
|
|
- name: nick
|
|
type: text
|
|
required: true
|
|
label: Nick
|
|
help: Bot nick. Eg. user_bot
|
|
|
|
- name: auth.account
|
|
type: text
|
|
required: false
|
|
label: NickServ Account
|
|
help: NickServ account. Make sure to group your main user and bot.
|
|
|
|
- name: auth.password
|
|
type: secret
|
|
required: false
|
|
label: NickServ Password
|
|
help: NickServ password
|
|
|
|
parse:
|
|
type: single
|
|
lines:
|
|
- test:
|
|
- "[Release] [SubsPlease] Multiple Word Title - 01 (480p) [636F636B].mkv (420.69MB) - https://nyaa.si/view/0000000 - https://nyaa.si/view/0000000/torrent"
|
|
- "[Release] [SubsPlease] Multiple Word Title (01-12) (1080p) [Batch] (420GB) - https://nyaa.si/view/0000000 - https://nyaa.si/view/0000000/torrent"
|
|
- "[Release] [SubsPlease] Dashes - In-Title - 01 (480p) [636F636B].mkv (420.69MB) - https://nyaa.si/view/0000000 - https://nyaa.si/view/0000000/torrent"
|
|
- "[Release] [SubsPlease] Title - 1st Season (01-04) (1080p) [Batch] (420GB) - https://nyaa.si/view/0000000 - https://nyaa.si/view/0000000/torrent"
|
|
- "[Release] [SubsPlease] Special Title - 08.5 (480p) [5353245D].mkv (420.69MB) - https://nyaa.si/view/0000000 - https://nyaa.si/view/0000000/torrent"
|
|
pattern: '\[Release\] (.*(SubsPlease)] (.+?) (?:-\s\d{2,}|\(\d{2,}).*?\.?)(mkv)? \((\d+.?\d*[KMGTP]?B)\) - (.*) - (.*)'
|
|
vars:
|
|
- torrentName
|
|
- releaseGroup
|
|
- title
|
|
- releaseTags
|
|
- torrentSize
|
|
- infoUrl
|
|
- torrentUrl
|
|
|
|
match:
|
|
infourl: "{{ .infoUrl }}"
|
|
torrenturl: "{{ .torrentUrl }}"
|