mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
63 lines
1.9 KiB
YAML
63 lines
1.9 KiB
YAML
---
|
|
#id: filelist
|
|
name: FileList
|
|
identifier: fl
|
|
description: FileList (FL) is a ROMANIAN private torrent tracker for MOVIES / TV / GENERAL
|
|
language: en-us
|
|
urls:
|
|
- https://filelist.io
|
|
privacy: private
|
|
protocol: torrent
|
|
supports:
|
|
- irc
|
|
- rss
|
|
source: custom
|
|
settings:
|
|
- name: passkey
|
|
type: secret
|
|
label: Passkey
|
|
help: "The passkey in your profile."
|
|
|
|
irc:
|
|
network: FileList
|
|
server: irc.filelist.io
|
|
port: 6697
|
|
tls: true
|
|
channels:
|
|
- "#announce"
|
|
announcers:
|
|
- Announce
|
|
settings:
|
|
- name: nickserv.account
|
|
type: text
|
|
required: true
|
|
label: NickServ Account
|
|
help: NickServ account. Make sure to group your user and bot. Eg. user_dl
|
|
- name: nickserv.password
|
|
type: secret
|
|
required: false
|
|
label: NickServ Password
|
|
help: NickServ password
|
|
|
|
parse:
|
|
type: single
|
|
lines:
|
|
- test:
|
|
- 'New Torrent: This.Really.Old.Movie.1965.DVDRip.DD1.0.x264 -- [Filme SD] [1.91 GB] -- https://filelist.io/details.php?id=000000 -- by uploader1'
|
|
- 'New Torrent: This.New.Movie.2021.1080p.Blu-ray.AVC.DTS-HD.MA.5.1-BEATRIX -- [FreeLeech!] -- [Filme Blu-Ray] [26.78 GB] -- https://filelist.io/details.php?id=000000 -- by uploader1'
|
|
- 'New Torrent: This.New.Movie.2021.1080p.Remux.AVC.DTS-HD.MA.5.1-playBD -- [FreeLeech!] -- [Internal!] -- [Filme Blu-Ray] [17.69 GB] -- https://filelist.io/details.php?id=000000 -- by uploader1'
|
|
pattern: 'New Torrent: (.*?) (?:-- \[(FreeLeech)!] )?(?:-- \[(Internal)!] )?-- \[(.*)] \[(.*)] -- (https?:\/\/filelist.io\/).*id=(.*) -- by (.*)'
|
|
vars:
|
|
- torrentName
|
|
- freeleech
|
|
- internal
|
|
- category
|
|
- torrentSize
|
|
- baseUrl
|
|
- torrentId
|
|
- uploader
|
|
|
|
match:
|
|
torrenturl: "{{ .baseUrl }}download.php?id={{ .torrentId }}&file={{ .torrentName }}.torrent&passkey={{ .passkey }}"
|
|
encode:
|
|
- torrentName
|