mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
chore(indexers): remove authkey from ANT (#640)
* chore(indexers): remove authkey from ANT * authkey is not needed anymore * fix(indexers): update typos
This commit is contained in:
parent
9e8672fdfe
commit
25103dabdc
1 changed files with 5 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
#id: tracker007
|
#id: anthelion
|
||||||
name: Anthelion
|
name: Anthelion
|
||||||
identifier: anthelion
|
identifier: anthelion
|
||||||
description: Anthelion (ANT) is a Private Torrent Tracker for MOVIES
|
description: Anthelion (ANT) is a Private Torrent Tracker for MOVIES
|
||||||
|
@ -13,12 +13,6 @@ supports:
|
||||||
- rss
|
- rss
|
||||||
source: gazelle
|
source: gazelle
|
||||||
settings:
|
settings:
|
||||||
- name: authkey
|
|
||||||
type: secret
|
|
||||||
required: true
|
|
||||||
label: Auth key
|
|
||||||
help: Right click DL on a torrent and get the authkey.
|
|
||||||
|
|
||||||
- name: torrent_pass
|
- name: torrent_pass
|
||||||
type: secret
|
type: secret
|
||||||
required: true
|
required: true
|
||||||
|
@ -39,7 +33,7 @@ irc:
|
||||||
type: text
|
type: text
|
||||||
required: true
|
required: true
|
||||||
label: Nick
|
label: Nick
|
||||||
help: Bot nick. Eg. user|bot
|
help: Bot nick. Must be like username|bot
|
||||||
|
|
||||||
- name: auth.account
|
- name: auth.account
|
||||||
type: text
|
type: text
|
||||||
|
@ -55,10 +49,10 @@ irc:
|
||||||
|
|
||||||
- name: invite_command
|
- name: invite_command
|
||||||
type: secret
|
type: secret
|
||||||
default: "Sauron bot #ant-announce USERNAME IRCKey"
|
default: "Sauron bot #ant-announce USERNAME IRCKEY"
|
||||||
required: true
|
required: true
|
||||||
label: Invite command
|
label: Invite command
|
||||||
help: Invite auth with Muffit. Replace USERNAME and IRCKEY.
|
help: Invite auth with Sauron. Replace USERNAME and IRCKEY.
|
||||||
|
|
||||||
parse:
|
parse:
|
||||||
type: single
|
type: single
|
||||||
|
@ -80,4 +74,4 @@ irc:
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
match:
|
match:
|
||||||
torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&authkey={{ .authkey }}&torrent_pass={{ .torrent_pass }}"
|
torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&torrent_pass={{ .torrent_pass }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue