Created the managarr demo docker-compose and quickstart script
This commit is contained in:
@@ -0,0 +1,102 @@
|
||||
---
|
||||
id: torrentview
|
||||
name: TorrentView
|
||||
description: "Torrent View (토렌트뷰) is a Public KOREAN tracker for Korean media."
|
||||
language: ko-KR
|
||||
type: public
|
||||
encoding: UTF-8
|
||||
followredirect: true
|
||||
links:
|
||||
- https://viewtorrent18.com/
|
||||
legacylinks:
|
||||
- https://viewtorrent1.com/
|
||||
- https://viewtorrent2.com/
|
||||
- https://viewtorrent4.com/
|
||||
- https://viewtorrent5.com/
|
||||
- https://viewtorrent6.com/
|
||||
- https://viewtorrent7.com/
|
||||
- https://viewtorrent8.com/
|
||||
- https://viewtorrent10.com/
|
||||
- https://viewtorrent11.com/
|
||||
- https://viewtorrent12.com/
|
||||
- https://viewtorrent13.com/
|
||||
- https://viewtorrent14.com/
|
||||
- https://viewtorrent15.com/
|
||||
- https://viewtorrent16.com/
|
||||
- https://viewtorrent17.com/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
- {id: "mov", cat: Movies, desc: "토렌트영화 (Movies)"}
|
||||
- {id: "enter", cat: TV, desc: "예능 (TV Variety Shows)"}
|
||||
- {id: "drama", cat: TV, desc: "드라마 (TV Dramas)"}
|
||||
- {id: "tv", cat: TV/Documentary, desc: "시사 (Documentaries)"}
|
||||
- {id: "netflix", cat: TV, desc: "넷플릭스 (Netflix, Disney+, etc.)"}
|
||||
- {id: "util", cat: PC, desc: "토렌트유틸 (Utilities)"}
|
||||
- {id: "ani", cat: TV/Anime, desc: "애니 (Anime)"}
|
||||
- {id: "music", cat: Audio, desc: "음원 (Music)"}
|
||||
- {id: "comm_2", cat: Other, desc: "커뮤니티 (Community)"}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep]
|
||||
movie-search: [q]
|
||||
music-search: [q]
|
||||
|
||||
settings: []
|
||||
|
||||
download:
|
||||
selectors:
|
||||
- selector: a[href^="magnet:?xt="]
|
||||
attribute: href
|
||||
|
||||
search:
|
||||
paths:
|
||||
# https://torrentview3.net/bbs/search.php?srows=10&gr_id=&sfl=wr_subject&stx=test&sop=and
|
||||
- path: "bbs/search.php"
|
||||
inputs:
|
||||
# number of rows
|
||||
srows: 100
|
||||
# category: all
|
||||
gr_id: ""
|
||||
# search in: title
|
||||
sfl: wr_subject
|
||||
stx: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
|
||||
# search operand: or, and
|
||||
sop: and
|
||||
|
||||
rows:
|
||||
selector: div.search-media > div.media
|
||||
|
||||
fields:
|
||||
category_id:
|
||||
selector: div.media-content > a[href^="./board.php"]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: querystring
|
||||
args: bo_table
|
||||
category:
|
||||
text: "{{ .Result.category_id }}"
|
||||
title:
|
||||
selector: div.media-heading > a[href^="./board.php"]
|
||||
details:
|
||||
selector: div.media-heading > a[href^="./board.php"]
|
||||
attribute: href
|
||||
download:
|
||||
selector: div.media-heading > a[href^="./board.php"]
|
||||
attribute: href
|
||||
date:
|
||||
# 2020-03-28T01:30:01+09:00
|
||||
selector: time
|
||||
attribute: datetime
|
||||
size:
|
||||
text: "{{ if ne .Result.category_id \"mov\" }}512 MB{{ else }}2 GB{{ end }}"
|
||||
seeders:
|
||||
text: 1
|
||||
leechers:
|
||||
text: 1
|
||||
downloadvolumefactor:
|
||||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# engine n/a
|
||||
Reference in New Issue
Block a user