mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
parent
fe8419f1cb
commit
f836272fe6
1 changed files with 65 additions and 0 deletions
65
internal/indexer/definitions/acidlounge.yaml
Normal file
65
internal/indexer/definitions/acidlounge.yaml
Normal file
|
@ -0,0 +1,65 @@
|
|||
---
|
||||
#id: AC1D
|
||||
name: Acid-Lounge
|
||||
identifier: acidlounge
|
||||
description: Small general tracker.
|
||||
language: en-us
|
||||
urls:
|
||||
- https://www.acid-lounge.org.uk
|
||||
privacy: private
|
||||
protocol: torrent
|
||||
supports:
|
||||
- irc
|
||||
- rss
|
||||
source: custom
|
||||
settings:
|
||||
- name: passkey
|
||||
type: secret
|
||||
label: Pass key
|
||||
help: "Your passkey"
|
||||
regex: /([\da-z]{32})
|
||||
- name: uid
|
||||
type: secret
|
||||
label: User ID
|
||||
help: "Your User ID"
|
||||
regex: /(\d+)
|
||||
|
||||
irc:
|
||||
network: Acid-Lounge
|
||||
server: irc.acid-lounge.org.uk
|
||||
port: 6697
|
||||
tls: true
|
||||
channels:
|
||||
- "#acid-uploads"
|
||||
announcers:
|
||||
- ACiD-BaBy
|
||||
settings:
|
||||
- name: nickserv.account
|
||||
type: text
|
||||
required: true
|
||||
label: NickServ Account
|
||||
help: NickServ account. Make sure to group your user and bot. Eg. user_bot
|
||||
- name: nickserv.password
|
||||
type: secret
|
||||
required: true
|
||||
label: NickServ Password
|
||||
help: NickServ password
|
||||
|
||||
parse:
|
||||
type: single
|
||||
lines:
|
||||
- test:
|
||||
- "(Games/PC) The.Smallest.Game-ze0s https://www.acid-lounge.org.uk/details.php?id=3443&hit=1"
|
||||
- "(Music/MP3) TUNES_4_LYFE_WEB_iNT https://www.acid-lounge.org.uk/details.php?id=30104&hit=1"
|
||||
- "(XXX/0-Day) Cute.Stuff.69.XXX.VR180.2700p.MP4-s0ez https://www.acid-lounge.org.uk/details.php?id=30444221135&hit=1"
|
||||
- "(Movies/HD) Have.You.Seen.The.Cat.Tonight-WhereThat https://www.acid-lounge.org.uk/details.php?id=3018979898&hit=1"
|
||||
- "(TV-HD/X264) The.Eggerton.S01E01.720p.WEB.h264-OTA https://www.acid-lounge.org.uk/details.php?id=302099&hit=1"
|
||||
pattern: '\((.*)\) (.*) (https?\:\/\/[^\/]+).*id=(\d+)'
|
||||
vars:
|
||||
- category
|
||||
- torrentName
|
||||
- baseUrl
|
||||
- torrentId
|
||||
|
||||
match:
|
||||
torrenturl: "{{ .baseUrl }}/rssdownload.php?passkey={{ .passkey }}&uid={{ .uid }}&tid={{ .torrentId }}"
|
Loading…
Add table
Add a link
Reference in a new issue