mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
74 lines
1.9 KiB
YAML
74 lines
1.9 KiB
YAML
---
|
|
#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: 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
|
|
|
|
- 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:
|
|
- 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: (\w+)\s?(FREELEECH)?.*'
|
|
vars:
|
|
- torrentName
|
|
- category
|
|
- torrentSize
|
|
- baseUrl
|
|
- torrentId
|
|
- uploader
|
|
- freeleech
|
|
|
|
match:
|
|
infourl: "/torrents/{{ .torrentId }}"
|
|
torrenturl: "/torrent/download/{{ .torrentId }}.{{ .rsskey }}"
|