mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
feat(indexers): add BitTorrentFiles (#442)
This commit is contained in:
parent
5fdc5dbd1f
commit
a5bc2c09c4
1 changed files with 59 additions and 0 deletions
59
internal/indexer/definitions/btfiles.yaml
Normal file
59
internal/indexer/definitions/btfiles.yaml
Normal file
|
@ -0,0 +1,59 @@
|
|||
---
|
||||
#id: btfiles
|
||||
name: BitTorrentFiles
|
||||
identifier: btfiles
|
||||
description: BitTorrentFiles (BTF) is a GERMAN private torrent tracker for MOVIES / TV / GENERAL.
|
||||
language: en-us
|
||||
urls:
|
||||
- https://bittorrentfiles.me/
|
||||
privacy: private
|
||||
protocol: torrent
|
||||
supports:
|
||||
- irc
|
||||
- rss
|
||||
source: custom
|
||||
settings:
|
||||
- name: rsskey
|
||||
type: secret
|
||||
label: RSS key
|
||||
help: "The rsskey in your RSS feed link"
|
||||
|
||||
irc:
|
||||
network: BitTorrentFiles
|
||||
server: btf-irc.us.to
|
||||
port: 7001
|
||||
tls: true
|
||||
channels:
|
||||
- "#~Tracer~"
|
||||
announcers:
|
||||
- Tracer
|
||||
settings:
|
||||
- name: nickserv.account
|
||||
type: text
|
||||
required: true
|
||||
label: NickServ Account
|
||||
help: NickServ account. Make sure to group your user and bot. Ask staff to unlock it!
|
||||
- name: nickserv.password
|
||||
type: secret
|
||||
required: true
|
||||
label: NickServ Password
|
||||
help: NickServ password
|
||||
|
||||
parse:
|
||||
type: single
|
||||
lines:
|
||||
- test:
|
||||
- "[XXX » HD] Some.Porno.22.08.16.Famous.Actress.XXX.1080p.MP4-GROUP [ 3,00 GB | Pred 2022-08-16 08:47:31 (GMT) | URL: https://bittorrentfiles.me/details.php?id=0000000 ]"
|
||||
- "[Music » Single] [Dance Hall] Artist-Album-WEB-2021-GROUP [ 63,09 MB | Pred 2022-08-16 08:58:06 (GMT) | URL: https://bittorrentfiles.me/details.php?id=0000000 ]"
|
||||
- "[Sports » HD] Sports.League.2022.08.15.Team1.vs.Team2.720p.WEB.h264-GROUP [ 6,26 GB | Pred 2022-08-16 08:46:25 (GMT) | URL: https://bittorrentfiles.me/details.php?id=0000000 ]"
|
||||
pattern: "\[(.*?)\] (?:\[(.*)\] )?(.*) \[ ([\d\.,]+ \w+) \| Pred .+ \| URL\: (https?\:\/\/[^\/]+)\/.*[&\?]id=(\d+) \]"
|
||||
vars:
|
||||
- category
|
||||
- tags
|
||||
- torrentName
|
||||
- torrentSize
|
||||
- baseUrl
|
||||
- torrentId
|
||||
|
||||
match:
|
||||
torrenturl: "{{ .baseUrl }}/download.php?torrent={{ .torrentId }}&k={{ .rsskey }}&ssl=1"
|
Loading…
Add table
Add a link
Reference in a new issue