autobrr/internal/indexer
Daniel Williams f59e133398
feat(indexers): SubsPlease parse title (#1170)
* 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>
2023-10-14 12:11:23 +02:00
..
definitions feat(indexers): SubsPlease parse title (#1170) 2023-10-14 12:11:23 +02:00
api.go fix(indexers): API get torrent check for nil body (#1146) 2023-09-26 20:33:36 +02:00
definitions.go chore: add LICENSE GPLv2-or-later (#897) 2023-05-01 16:21:59 +02:00
service.go fix(indexes): toggle on and off with switch (#1164) 2023-10-03 21:57:11 +02:00