mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
fix(indexers): immortalseed settings parse (#386)
This commit is contained in:
parent
e94fd18571
commit
a9fe2cf500
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ settings:
|
|||
type: secret
|
||||
label: Passkey
|
||||
help: "Go to https://immortalseed.me/getrss.php to get the RSS feed link and extract passkey from secret_key"
|
||||
regex: [\?&;]secret_key=([\da-fA-F]{32})
|
||||
regex: '[\?&;]secret_key=([\da-fA-F]{32})'
|
||||
|
||||
irc:
|
||||
network: ImmortalSeed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue