mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
feat(indexers): PTP support freeleech (#1195)
This commit is contained in:
parent
706f95116e
commit
0f9a3e439b
1 changed files with 3 additions and 2 deletions
|
@ -94,11 +94,12 @@ irc:
|
|||
lines:
|
||||
- test:
|
||||
- "That Movie [1972] by Some Director | x264 / Blu-ray / MKV / 1080p | 204371 | 964303 | That.Movie.1972.1080p.BluRay.FLAC.x264-GROUP | comedy, drama, romance"
|
||||
- "That Other Movie [1972] | x264 / Blu-ray / MKV / 1080p | 204371 | 964303 | That.Other.Movie.1972.1080p.BluRay.FLAC.x264-GROUP | comedy, drama, romance"
|
||||
pattern: '.* \[(.*)\] (?:by .*)?\| (.*) \| .* \| (.*) \| (.*) \| (.*)'
|
||||
- "That Other Movie [1972] | x264 / Blu-ray / MKV / 1080p / Freeleech! | 204371 | 964303 | That.Other.Movie.1972.1080p.BluRay.FLAC.x264-GROUP | comedy, drama, romance"
|
||||
pattern: '.* \[(.*)\] (?:by .*)?\| (.*?(?: \/ (Freeleech)!)?) \| .* \| (.*) \| (.*) \| (.*)'
|
||||
vars:
|
||||
- year
|
||||
- releaseTags
|
||||
- freeleech
|
||||
- torrentId
|
||||
- torrentName
|
||||
- tags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue