From 91db3cfd0f7a516f8f166903c29b2cd910d179cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20L=C3=A1szl=C3=B3=20Zolt=C3=A1n?= <884277+NLZ@users.noreply.github.com> Date: Sat, 21 Sep 2024 13:04:54 +0200 Subject: [PATCH] chore(indexers): remove LilleSky (#1735) --- internal/indexer/definitions/lillesky.yaml | 73 ---------------------- 1 file changed, 73 deletions(-) delete mode 100644 internal/indexer/definitions/lillesky.yaml diff --git a/internal/indexer/definitions/lillesky.yaml b/internal/indexer/definitions/lillesky.yaml deleted file mode 100644 index 9ece6ba..0000000 --- a/internal/indexer/definitions/lillesky.yaml +++ /dev/null @@ -1,73 +0,0 @@ ---- -#id: lillesky -name: LilleSky -identifier: lillesky -description: LilleSky is a private torrent tracker for HD MOVIES / TV / 0DAY / GENERAL -language: en-us -urls: - - https://lillesky.org/ -privacy: private -protocol: torrent -supports: - - irc - - rss -# source: UNIT3D -settings: - - name: rsskey - type: secret - required: true - label: RSS key - help: "Go to Settings -> RSS Key, copy RSS Key (RID)" - -irc: - network: LilleSky - server: irc.lillesky.org - port: 6697 - tls: true - channels: - - "#autodl" - announcers: - - Lillesky - settings: - - name: nick - type: text - required: true - label: Nick - help: Bot nick. Eg. user_bot - - - name: auth.account - type: text - required: false - label: NickServ Account - help: NickServ account. Make sure to group your user and bot. - - - name: auth.password - type: secret - required: false - label: NickServ Password - help: NickServ password - - parse: - type: single - lines: - - tests: - - line: "- [Category: TV] [Type: WEBDL] That.Show.S07E02.1080p.WEB.H264-GROUP [ID: 4993 ] [Size:1.53 GiB] [Uploader: anon ]" - expect: - category: TV - releaseTags: WEBDL - torrentName: That.Show.S07E02.1080p.WEB.H264-GROUP - torrentId: "4993" - torrentSize: "1.53 GiB" - uploader: anon - pattern: '^- \[Category: (.*)\] \[Type: (.*)\] (.*) \[ID: (\d+) \] \[Size:(.*)\] \[Uploader: (.*) \]' - vars: - - category - - releaseTags - - torrentName - - torrentId - - torrentSize - - uploader - - match: - infourl: "/torrents/{{ .torrentId }}" - torrenturl: "/torrent/download/{{ .torrentId }}.{{ .rsskey }}"