mirror of
https://github.com/idanoo/autobrr
synced 2025-07-25 01:39:13 +00:00
fix(indexers): fix AR and TS (GER) regex patterns (#582)
* fix(indexers): fix regex patterns * fix TS (ger) regex for when there are no tags given
This commit is contained in:
parent
041ee4cebe
commit
7c1e5087be
2 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@ irc:
|
|||
- "NEU Welcome.to.the.N.H.K.S01E15.German.DL.AC3.720p.BluRay.x264-ABJ [Serien/720p] [P2P] [678.68 MB] -- https://torrent-syndikat.org/details.php?id=000000 | Animation, Anime, Comedy, Drama, Romance, Thriller, Encode, AVC, DL, PID:00000, tt0857297"
|
||||
- "NEU KLIM_Beats-FireFlies-WEB-2016-KNOWN [Audio/Musik/MP3] [O-SCENE] [59.82 MB] -- https://torrent-syndikat.org/details.php?id=000000 | Hip-Hop"
|
||||
- "NEU DarkSpar-DARKZER0 [Spiele/Windows] [O-SCENE] [54.46 MB] -- https://torrent-syndikat.org/details.php?id=000000 | "
|
||||
pattern: 'NEU (.+) \[(.+)\] \[(.+)\] \[(.+)\] -- (https?\:\/\/.+\/).+id=(\d+) \| (.+)'
|
||||
pattern: 'NEU (.*) \[(.*)\] \[(.*)\] \[(.*)\] -- (https?\:\/\/.*\/).*id=(\d+) \| (.*)'
|
||||
vars:
|
||||
- torrentName
|
||||
- category
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue