mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
feat(indexers): add SATClubbing (#1617)
* feat(indexers): add SATClubbing
This commit is contained in:
parent
b0d5844018
commit
21a8e27260
1 changed files with 75 additions and 0 deletions
75
internal/indexer/definitions/satclubbing.yaml
Normal file
75
internal/indexer/definitions/satclubbing.yaml
Normal 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 }}"
|
Loading…
Add table
Add a link
Reference in a new issue