From 956225c108cc2f44aa0a3d4d2f305650053e5f2b Mon Sep 17 00:00:00 2001 From: martylukyy <35452459+martylukyy@users.noreply.github.com> Date: Wed, 14 Jun 2023 19:44:06 +0200 Subject: [PATCH] feat(indexers): add freeleech support for TS (#983) add freeleech to regex and vars for new TS announce format --- internal/indexer/definitions/torrentseeds.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/indexer/definitions/torrentseeds.yaml b/internal/indexer/definitions/torrentseeds.yaml index 84b7a5d..441a075 100644 --- a/internal/indexer/definitions/torrentseeds.yaml +++ b/internal/indexer/definitions/torrentseeds.yaml @@ -59,7 +59,7 @@ irc: lines: - 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." - pattern: 'New: (.+) \.:\. Category: (.+) \.:\. Size: (.+) \.:\. URL: (https?\:\/\/.+\/).+/(\d+) \.:\. Uploaded by: (.*)\.' + pattern: 'New: (.+) \.:\. Category: (.+) \.:\. Size: (.+) \.:\. URL: (https?\:\/\/.+\/).+/(\d+) \.:\. Uploaded by: (\w+)\s?(FREELEECH)?.*' vars: - torrentName - category @@ -67,6 +67,7 @@ irc: - baseUrl - torrentId - uploader + - freeleech match: infourl: "/torrents/{{ .torrentId }}"