mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
feat(indexers): add freeleech support for TS (#983)
add freeleech to regex and vars for new TS announce format
This commit is contained in:
parent
84c7120d08
commit
956225c108
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,7 @@ irc:
|
||||||
lines:
|
lines:
|
||||||
- test:
|
- test:
|
||||||
- "New: This.Is.A.New.show.S00E00.720p.WEB.H264-Test .:. Category: TV/HD .:. Size: 706.15 MiB .:. URL: https://www.torrentseeds.org/torrents/0000000 .:. Uploaded by: George."
|
- "New: This.Is.A.New.show.S00E00.720p.WEB.H264-Test .:. Category: TV/HD .:. Size: 706.15 MiB .:. URL: https://www.torrentseeds.org/torrents/0000000 .:. Uploaded by: George."
|
||||||
pattern: 'New: (.+) \.:\. Category: (.+) \.:\. Size: (.+) \.:\. URL: (https?\:\/\/.+\/).+/(\d+) \.:\. Uploaded by: (.*)\.'
|
pattern: 'New: (.+) \.:\. Category: (.+) \.:\. Size: (.+) \.:\. URL: (https?\:\/\/.+\/).+/(\d+) \.:\. Uploaded by: (\w+)\s?(FREELEECH)?.*'
|
||||||
vars:
|
vars:
|
||||||
- torrentName
|
- torrentName
|
||||||
- category
|
- category
|
||||||
|
@ -67,6 +67,7 @@ irc:
|
||||||
- baseUrl
|
- baseUrl
|
||||||
- torrentId
|
- torrentId
|
||||||
- uploader
|
- uploader
|
||||||
|
- freeleech
|
||||||
|
|
||||||
match:
|
match:
|
||||||
infourl: "/torrents/{{ .torrentId }}"
|
infourl: "/torrents/{{ .torrentId }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue