feat(indexers): add SATClubbing (#1617)

* feat(indexers): add SATClubbing
This commit is contained in:
ze0s 2024-08-12 20:24:37 +02:00 committed by GitHub
parent b0d5844018
commit 21a8e27260
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,75 @@
---
#id: satclubbing
name: SATClubbing
identifier: satclubbing
description: SATClubbing is a RUSSIAN/ENGLISH Private Torrent Tracker for ELECTRONIC MUSIC
language: en-us
urls:
- https://satclubbing.club/
privacy: private
protocol: torrent
supports:
- irc
# source: unknown
settings:
- name: passkey
type: secret
required: true
label: PassKey
help: Copy the passkey from your profile
irc:
network: P2P-Network
server: irc.p2p-network.net
port: 6697
tls: true
channels:
- "#scmt-announce"
announcers:
- scmt-announcer
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 main user and bot.
- name: auth.password
type: secret
required: false
label: NickServ Password
help: NickServ password
parse:
type: single
lines:
- tests:
- line: '[Electronic]:[FLAC]:VA-Chilled Beats 033-16BIT-WEB-FLAC-2024-PWT:[885.09 MB]:https://satclubbing.club/download.php?id=492465&name=VA-Chilled_Beats_033-16BIT-WEB-FLAC-2024-PWT.torrent'
expect:
category: Electronic
releaseTags: FLAC
torrentName: VA-Chilled Beats 033-16BIT-WEB-FLAC-2024-PWT
torrentSize: 885.09 MB
baseUrl: https://satclubbing.club/
torrentId: "492465"
encodedName: VA-Chilled_Beats_033-16BIT-WEB-FLAC-2024-PWT.torrent
pattern: '\[(.*)\]:\[(.*)\]:(.*):\[(.*)\]:(https?:\/\/.+\/)download\.php\?id=(\d+)&name=(.*)'
vars:
- category
- releaseTags
- torrentName
- torrentSize
- baseUrl
- torrentId
- encodedName
match:
infourl: "/details.php?id={{ .torrentId }}"
torrenturl: "/download.php?id={{ .torrentId }}&name={{ .encodedName }}?passkey={{ .passkey }}"