diff --git a/internal/indexer/definitions/torrentseeds-music.yaml b/internal/indexer/definitions/torrentseeds-music.yaml deleted file mode 100644 index 8a1f3c5..0000000 --- a/internal/indexer/definitions/torrentseeds-music.yaml +++ /dev/null @@ -1,72 +0,0 @@ ---- -#id: TorrentSeeds-music -name: TorrentSeeds Music -identifier: torrentseeds-music -description: TorrentSeeds (TS) is a GENERAL/0-DAY tracker with great pretimes. -language: en-us -urls: - - https://torrentseeds.org/ -privacy: private -protocol: torrent -supports: - - irc - - rss -# source: UNIT3D -settings: - - name: rsskey - type: secret - required: true - label: RSS key - help: "Click on your nick / Go to Settings / Security / Copy the RID (RSS Key) and paste it here." - -irc: - network: Torrentseeds.org - server: irc.torrentseeds.org - port: 6697 - tls: true - channels: - - "#announce-music" - announcers: - - torrentseeds - settings: - - name: nick - type: text - required: true - label: Nick - help: Bot nick. Eg. user_bot - - - name: invite_command - type: secret - default: "Cerberus identify USERNAME PID" - required: true - label: Invite command - help: Invite auth with Cerberus. Replace USERNAME and PID (passkey). - - parse: - type: single - lines: - - tests: - - line: 'New: The_Artist-The_Album-(ID)-WEB-2024-GROUP .:. Category: Music .:. Genre: Banger .:. Size: 13.37 MiB .:. URL: https://www.torrentseeds.org/torrents/0000000 .:. Uploaded by: Uploader.' - expect: - torrentName: The_Artist-The_Album-(ID)-WEB-2024-GROUP - category: Music - tags: Banger - torrentSize: 13.37 MiB - baseUrl: https://www.torrentseeds.org/ - torrentId: "0000000" - uploader: Uploader - freeleech: "" - pattern: 'New:\s+(.*)\s+\.:\.\s+Category:\s+(.*)\s+\.:\.\s+Genre:\s+(.*)\s+\.:\.\s+Size:\s+(.*)\s+\.:\.\s+URL:\s+(https?\:\/\/.+\/).+/(\d+)\s+\.:\.\s+Uploaded\s+by:\s+(\w+)\s?(FREELEECH)?.*' - vars: - - torrentName - - category - - tags - - torrentSize - - baseUrl - - torrentId - - uploader - - freeleech - - match: - infourl: "/torrents/{{ .torrentId }}" - torrenturl: "/torrent/download/{{ .torrentId }}.{{ .rsskey }}" diff --git a/internal/indexer/definitions/torrentseeds.yaml b/internal/indexer/definitions/torrentseeds.yaml deleted file mode 100644 index d5c8e99..0000000 --- a/internal/indexer/definitions/torrentseeds.yaml +++ /dev/null @@ -1,70 +0,0 @@ ---- -#id: TorrentSeeds -name: TorrentSeeds -identifier: torrentseeds -description: TorrentSeeds (TS) is a GENERAL/0-DAY tracker with great pretimes. -language: en-us -urls: - - https://torrentseeds.org/ -privacy: private -protocol: torrent -supports: - - irc - - rss -# source: UNIT3D -settings: - - name: rsskey - type: secret - required: true - label: RSS key - help: "Click on your nick / Go to Settings / Security / Copy the RID (RSS Key) and paste it here." - -irc: - network: Torrentseeds.org - server: irc.torrentseeds.org - port: 6697 - tls: true - channels: - - "#announce" - announcers: - - torrentseeds - settings: - - name: nick - type: text - required: true - label: Nick - help: Bot nick. Eg. user_bot - - - name: invite_command - type: secret - default: "Cerberus identify USERNAME PID" - required: true - label: Invite command - help: Invite auth with Cerberus. Replace USERNAME and PID (passkey). - - parse: - type: single - lines: - - tests: - - line: '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.' - expect: - torrentName: This.Is.A.New.show.S00E00.720p.WEB.H264-Test - category: TV/HD - torrentSize: 706.15 MiB - baseUrl: https://www.torrentseeds.org/ - torrentId: "0000000" - uploader: George - freeleech: "" - pattern: 'New: (.+) \.:\. Category: (.+) \.:\. Size: (.+) \.:\. URL: (https?\:\/\/.+\/).+/(\d+) \.:\. Uploaded by: (\w+)\s?(FREELEECH)?.*' - vars: - - torrentName - - category - - torrentSize - - baseUrl - - torrentId - - uploader - - freeleech - - match: - infourl: "/torrents/{{ .torrentId }}" - torrenturl: "/torrent/download/{{ .torrentId }}.{{ .rsskey }}"