mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +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> |
||
---|---|---|
.. | ||
definitions | ||
api.go | ||
definitions.go | ||
service.go |