mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torrentview: removed. resolves #14672
This commit is contained in:
@@ -142,7 +142,6 @@ Prior versions of Jackett are no longer supported.
|
||||
* TorrentSir (토렌트썰)
|
||||
* torrentssg (토렌트쓱)
|
||||
* Torrenttip
|
||||
* TorrentView (토렌트뷰)
|
||||
* Torrentz2nz
|
||||
* TrahT
|
||||
* truPornolabs
|
||||
|
@@ -1,102 +0,0 @@
|
||||
---
|
||||
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://torrentview1.com/
|
||||
legacylinks:
|
||||
- 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/
|
||||
- https://viewtorrent18.com/
|
||||
- https://viewtorrent19.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 }}2024{{ 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
|
@@ -733,6 +733,7 @@ namespace Jackett.Updater
|
||||
"Definitions/torrentsurf.yml", // renamed xtremebytes #9951
|
||||
"Definitions/torrentv.yml",
|
||||
"Definitions/torrentvault.yml",
|
||||
"Definitions/torrentview.yml",
|
||||
"Definitions/torrentwal.yml",
|
||||
"Definitions/torrentwhiz.yml",
|
||||
"Definitions/torrentwtf.yml",
|
||||
|
Reference in New Issue
Block a user