Created the managarr demo docker-compose and quickstart script
This commit is contained in:
@@ -0,0 +1,165 @@
|
||||
---
|
||||
id: peersfm
|
||||
name: Peers.FM
|
||||
description: "Peers.FM is a RUSSIAN Private Torrent Tracker for MOVIES / TV / GENERAL"
|
||||
language: ru-RU
|
||||
type: private
|
||||
encoding: windows-1251
|
||||
links:
|
||||
- https://peers.fm/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
- {id: 18, cat: TV/Anime, desc: "Anime"}
|
||||
- {id: 17, cat: PC, desc: "Database"}
|
||||
- {id: 25, cat: TV, desc: "EDU"}
|
||||
- {id: 14, cat: Movies/HD, desc: "HD Видео"}
|
||||
- {id: 7, cat: Other, desc: "Images"}
|
||||
- {id: 15, cat: PC/Mac, desc: "Mac"}
|
||||
- {id: 26, cat: PC/Mobile-Other, desc: "Mobile"}
|
||||
- {id: 24, cat: TV, desc: "TV Show"}
|
||||
- {id: 1, cat: PC, desc: "WaReZ"}
|
||||
- {id: 10, cat: XXX, desc: "XXX"}
|
||||
- {id: 9, cat: Audio/Audiobook, desc: "Аудиокниги"}
|
||||
- {id: 3, cat: PC/Games, desc: "Игры/GameZ"}
|
||||
- {id: 2, cat: Audio/Video, desc: "Клипы/Концерты"}
|
||||
- {id: 8, cat: Books/Mags, desc: "Книги/Журналы"}
|
||||
- {id: 20, cat: Audio/Lossless, desc: "Музыка/Lossless"}
|
||||
- {id: 11, cat: Audio/MP3, desc: "Музыка/Mp3"}
|
||||
- {id: 13, cat: TV, desc: "Мультфильмы"}
|
||||
- {id: 12, cat: Other, desc: "Разное/Miscellaneous"}
|
||||
- {id: 4, cat: Movies/DVD, desc: "Фильмы DVD"}
|
||||
- {id: 6, cat: Movies, desc: "Фильмы MPEG4"}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep]
|
||||
movie-search: [q]
|
||||
music-search: [q]
|
||||
book-search: [q]
|
||||
|
||||
settings:
|
||||
- name: username
|
||||
type: text
|
||||
label: Username
|
||||
- name: password
|
||||
type: password
|
||||
label: Password
|
||||
- name: freeleech
|
||||
type: checkbox
|
||||
label: Search freeleech only
|
||||
default: false
|
||||
- name: sort
|
||||
type: select
|
||||
label: Sort requested from site
|
||||
default: 4
|
||||
options:
|
||||
4: created
|
||||
7: seeders
|
||||
5: size
|
||||
1: title
|
||||
- name: type
|
||||
type: select
|
||||
label: Order requested from site
|
||||
default: desc
|
||||
options:
|
||||
desc: desc
|
||||
asc: asc
|
||||
- name: info_activity
|
||||
type: info
|
||||
label: Account Inactivity
|
||||
default: "When are accounts automatically deleted?<ol><li>Activated accounts with zero download/share values are deleted 30 days after registration</li><li>Unbanned accounts (active accounts) of the User class are deleted after 120 days have passed since the last recorded activity</li><li>Unbanned accounts (active accounts) of the Power User class are deleted after 180 days from the last recorded activity</li><li>You should also keep in mind that the administration regularly deletes accounts with very low ratings.</li></ol>"
|
||||
|
||||
login:
|
||||
path: takelogin.php
|
||||
method: post
|
||||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
SSL: 1
|
||||
error:
|
||||
- selector: table[width="400"] tr td
|
||||
test:
|
||||
path: browse.php
|
||||
selector: a[href="/logout.php"]
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: browse.php
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
||||
search: "{{ .Keywords }}"
|
||||
# 0=active, 1=incl dead, 2=only dead, 3=FREE
|
||||
incldead: "{{ if .Config.freeleech }}3{{ else }}1{{ end }}"
|
||||
sort: "{{ .Config.sort }}"
|
||||
type: "{{ .Config.type }}"
|
||||
|
||||
rows:
|
||||
selector: table[width="940px"] > tbody > tr:has(a[href^="details.php?id="])
|
||||
|
||||
fields:
|
||||
title:
|
||||
selector: a[href^="details.php?id="]
|
||||
details:
|
||||
selector: a[href^="details.php?id="]
|
||||
attribute: href
|
||||
category:
|
||||
selector: a[href^="browse.php?cat="]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: querystring
|
||||
args: cat
|
||||
download:
|
||||
selector: a[href^="download.php/"]
|
||||
attribute: href
|
||||
grabs:
|
||||
selector: a[href^="download.php/"]
|
||||
size:
|
||||
selector: td:nth-child(6)
|
||||
date:
|
||||
selector: td:nth-child(5)
|
||||
# auto adjusted by site account profile
|
||||
filters:
|
||||
# replace month abbreviations
|
||||
- name: replace
|
||||
args: ["янв", "Jan"]
|
||||
- name: replace
|
||||
args: ["фев", "Feb"]
|
||||
- name: replace
|
||||
args: ["мар", "Mar"]
|
||||
- name: replace
|
||||
args: ["апр", "Apr"]
|
||||
- name: replace
|
||||
args: ["мая", "May"]
|
||||
- name: replace
|
||||
args: ["июн", "Jun"]
|
||||
- name: replace
|
||||
args: ["июл", "Jul"]
|
||||
- name: replace
|
||||
args: ["авг", "Aug"]
|
||||
- name: replace
|
||||
args: ["сен", "Sep"]
|
||||
- name: replace
|
||||
args: ["окт", "Oct"]
|
||||
- name: replace
|
||||
args: ["ноя", "Nov"]
|
||||
- name: replace
|
||||
args: ["дек", "Dec"]
|
||||
- name: dateparse
|
||||
args: "HH:mm:ssdd MMM yyyy"
|
||||
seeders:
|
||||
selector: td:nth-child(8)
|
||||
leechers:
|
||||
selector: td:nth-child(9)
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
img[src="pic/free_100.png"]: 0
|
||||
img[src="pic/free_75.png"]: 0.25
|
||||
img[src="pic/free_50.png"]: 0.5
|
||||
img[src="pic/free_25.png"]: 0.75
|
||||
"*": 1
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
minimumratio:
|
||||
text: 0.5
|
||||
# engine n/a
|
||||
Reference in New Issue
Block a user