mirror of
https://github.com/Jackett/Jackett
synced 2024-12-27 10:18:55 +00:00
Add torrentview a Korean public site. (#7313)
This commit is contained in:
parent
bbc360be00
commit
a8ba61fc9d
2 changed files with 83 additions and 0 deletions
|
@ -121,6 +121,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
||||||
* TorrentProject2
|
* TorrentProject2
|
||||||
* TorrentQuest
|
* TorrentQuest
|
||||||
* Torrents.csv
|
* Torrents.csv
|
||||||
|
* TorrentView
|
||||||
* TorrentWal
|
* TorrentWal
|
||||||
* Torrentz2
|
* Torrentz2
|
||||||
* Underverse
|
* Underverse
|
||||||
|
|
82
src/Jackett.Common/Definitions/torrentview.yml
Normal file
82
src/Jackett.Common/Definitions/torrentview.yml
Normal file
|
@ -0,0 +1,82 @@
|
||||||
|
---
|
||||||
|
site: torrentview
|
||||||
|
name: TorrentView
|
||||||
|
description: "Torrent View (토렌트뷰) is a Public KOREAN tracker for Korean media."
|
||||||
|
language: ko-KR
|
||||||
|
type: public
|
||||||
|
encoding: UTF-8
|
||||||
|
links:
|
||||||
|
- https://torrentview3.net/
|
||||||
|
legacylinks:
|
||||||
|
- https://torrentview.net/
|
||||||
|
|
||||||
|
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)"}
|
||||||
|
|
||||||
|
modes:
|
||||||
|
search: [q]
|
||||||
|
|
||||||
|
settings: []
|
||||||
|
|
||||||
|
download:
|
||||||
|
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}}금요일{{end}}"
|
||||||
|
# search operand: or, and
|
||||||
|
sop: and
|
||||||
|
|
||||||
|
rows:
|
||||||
|
selector: div.search-media > div.media
|
||||||
|
|
||||||
|
fields:
|
||||||
|
category:
|
||||||
|
selector: div.media-content > a[href^="./board.php"]
|
||||||
|
attribute: href
|
||||||
|
filters:
|
||||||
|
- name: querystring
|
||||||
|
args: bo_table
|
||||||
|
title:
|
||||||
|
selector: div.media-content > a[href^="./board.php"] > span
|
||||||
|
details:
|
||||||
|
selector: div.media-content > a[href^="./board.php"]
|
||||||
|
attribute: href
|
||||||
|
download:
|
||||||
|
selector: div.media-content > a[href^="./board.php"]
|
||||||
|
attribute: href
|
||||||
|
date:
|
||||||
|
selector: time
|
||||||
|
attribute: datetime
|
||||||
|
filters:
|
||||||
|
- name: dateparse
|
||||||
|
args: "2006-01-02T15:04:05+09:00"
|
||||||
|
size:
|
||||||
|
text: "512 MB"
|
||||||
|
seeders:
|
||||||
|
text: 1
|
||||||
|
leechers:
|
||||||
|
text: 1
|
||||||
|
downloadvolumefactor:
|
||||||
|
text: 0
|
||||||
|
uploadvolumefactor:
|
||||||
|
text: 1
|
||||||
|
# engine n/a
|
Loading…
Reference in a new issue