mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
feat(indexers): IRC do not require auth for irc.rizon.net (#1137)
* remove nickserv fields add tests to subsplease add infourl to subsplease * re-add nickserv but set not required * re-add rss since SubsPlease has RSS on site --------- Co-authored-by: martylukyy <35452459+martylukyy@users.noreply.github.com>
This commit is contained in:
parent
1413cf9ff3
commit
ccd823e118
2 changed files with 9 additions and 3 deletions
|
@ -21,6 +21,7 @@ irc:
|
||||||
channels:
|
channels:
|
||||||
- "#subsplease"
|
- "#subsplease"
|
||||||
announcers:
|
announcers:
|
||||||
|
- "NekoNeko"
|
||||||
- "Katou"
|
- "Katou"
|
||||||
settings:
|
settings:
|
||||||
- name: nick
|
- name: nick
|
||||||
|
@ -31,26 +32,30 @@ irc:
|
||||||
|
|
||||||
- name: auth.account
|
- name: auth.account
|
||||||
type: text
|
type: text
|
||||||
required: true
|
required: false
|
||||||
label: NickServ Account
|
label: NickServ Account
|
||||||
help: NickServ account. Make sure to group your main user and bot.
|
help: NickServ account. Make sure to group your main user and bot.
|
||||||
|
|
||||||
- name: auth.password
|
- name: auth.password
|
||||||
type: secret
|
type: secret
|
||||||
required: true
|
required: false
|
||||||
label: NickServ Password
|
label: NickServ Password
|
||||||
help: NickServ password
|
help: NickServ password
|
||||||
|
|
||||||
parse:
|
parse:
|
||||||
type: single
|
type: single
|
||||||
lines:
|
lines:
|
||||||
- pattern: '\[Release\] (.*(SubsPlease).*?)\.?(mkv)? \((\d+.?\d*[KMGTP]?B)\) - .* - (.*)'
|
- test:
|
||||||
|
- "[Release] [SubsPlease] Title - 01 (480p) [636F636B].mkv (420.69MB) - https://nyaa.si/view/0000000 - https://nyaa.si/view/0000000/torrent"
|
||||||
|
- pattern: '\[Release\] (.*(SubsPlease).*?)\.?(mkv)? \((\d+.?\d*[KMGTP]?B)\) - (.*) - (.*)'
|
||||||
vars:
|
vars:
|
||||||
- torrentName
|
- torrentName
|
||||||
- releaseGroup
|
- releaseGroup
|
||||||
- releaseTags
|
- releaseTags
|
||||||
- torrentSize
|
- torrentSize
|
||||||
|
- infoUrl
|
||||||
- torrentUrl
|
- torrentUrl
|
||||||
|
|
||||||
match:
|
match:
|
||||||
|
infourl: "{{ .infoUrl }}"
|
||||||
torrenturl: "{{ .torrentUrl }}"
|
torrenturl: "{{ .torrentUrl }}"
|
||||||
|
|
|
@ -38,6 +38,7 @@ irc:
|
||||||
required: false
|
required: false
|
||||||
label: NickServ Password
|
label: NickServ Password
|
||||||
help: NickServ password
|
help: NickServ password
|
||||||
|
|
||||||
parse:
|
parse:
|
||||||
type: multi
|
type: multi
|
||||||
lines:
|
lines:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue