mirror of
https://github.com/Jackett/Jackett
synced 2024-12-22 07:43:13 +00:00
torrentwhiz: removed. resolves #14909
This commit is contained in:
parent
e3c4b91488
commit
71c18ee5ed
3 changed files with 1 additions and 111 deletions
|
@ -136,7 +136,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||
* Torrents.csv
|
||||
* TorrentSir (토렌트썰)
|
||||
* TorrentView (토렌트뷰)
|
||||
* TorrentWhiz (토렌트위즈)
|
||||
* Torrentz2nz
|
||||
* TrahT
|
||||
* truPornolabs
|
||||
|
|
|
@ -1,110 +0,0 @@
|
|||
---
|
||||
id: torrentwhiz
|
||||
name: TorrentWhiz
|
||||
description: "TorrentWhiz ( 토렌트위즈) is a Public KOREAN tracker for Korean media."
|
||||
language: ko-KR
|
||||
type: public
|
||||
encoding: UTF-8
|
||||
followredirect: true
|
||||
links:
|
||||
- https://torrentwiz68.com/
|
||||
legacylinks:
|
||||
- https://torrentwiz51.com/
|
||||
- https://torrentwiz52.com/
|
||||
- https://torrentwiz54.com/
|
||||
- https://torrentwiz55.com/
|
||||
- https://torrentwiz56.com/
|
||||
- https://torrentwiz57.com/
|
||||
- https://torrentwiz58.com/
|
||||
- https://torrentwiz59.com/
|
||||
- https://torrentwiz60.com/
|
||||
- https://torrentwiz61.com/
|
||||
- https://torrentwiz62.com/
|
||||
- https://torrentwiz63.com/
|
||||
- https://torrentwiz64.com/
|
||||
- https://torrentwiz66.com/
|
||||
- https://torrentwiz67.com/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
- {id: "netflix", cat: TV, desc: "넷플릭스 (Netflix)"}
|
||||
- {id: "tv", cat: TV, desc: "시사 (TV)"}
|
||||
- {id: "mov", cat: Movies, desc: "영화 (Movie)"}
|
||||
- {id: "drama", cat: TV, desc: "드라마 (Drama)"}
|
||||
- {id: "enter", cat: TV, desc: "예능 (Entertainment)"}
|
||||
- {id: "music", cat: Audio, desc: "음원 (Music)"}
|
||||
- {id: "util", cat: PC, desc: "유틸 (Software)"}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep]
|
||||
movie-search: [q]
|
||||
music-search: [q]
|
||||
|
||||
settings:
|
||||
- name: info_flaresolverr
|
||||
type: info_flaresolverr
|
||||
|
||||
download:
|
||||
infohash:
|
||||
hash:
|
||||
selector: a[href^="magnet:?xt="]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: regexp
|
||||
args: ([A-F|a-f|0-9]{40})
|
||||
title:
|
||||
selector: h1.panel-title
|
||||
filters:
|
||||
- name: trim
|
||||
- name: validfilename
|
||||
|
||||
search:
|
||||
paths:
|
||||
# https://torrentwiz31.com/bbs/search.php?url=&stx=sin&srows=100&gr_id=&sfl=wr_subject&sop=and
|
||||
- path: bbs/search.php
|
||||
inputs:
|
||||
stx: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
|
||||
srows: 100
|
||||
gr_id: ""
|
||||
# wr_subject||wr_content, wr_subject, wr_content, mb_id, wr_name
|
||||
sfl: wr_subject
|
||||
# or, and
|
||||
sop: and
|
||||
|
||||
rows:
|
||||
selector: div.search-media div.media
|
||||
|
||||
fields:
|
||||
category:
|
||||
selector: div.media-heading a
|
||||
attribute: href
|
||||
filters:
|
||||
- name: querystring
|
||||
args: bo_table
|
||||
title:
|
||||
selector: div.media-heading a
|
||||
details:
|
||||
selector: div.media-heading a
|
||||
attribute: href
|
||||
download:
|
||||
selector: div.media-heading a
|
||||
attribute: href
|
||||
poster:
|
||||
selector: div.photo img
|
||||
attribute: src
|
||||
date:
|
||||
# 2021-01-29T20:44:20+09:00
|
||||
selector: time
|
||||
attribute: datetime
|
||||
size:
|
||||
text: "512 MB"
|
||||
seeders:
|
||||
text: 1
|
||||
leechers:
|
||||
text: 1
|
||||
downloadvolumefactor:
|
||||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# engine n/a
|
|
@ -705,6 +705,7 @@ namespace Jackett.Updater
|
|||
"Definitions/torrentv.yml",
|
||||
"Definitions/torrentvault.yml",
|
||||
"Definitions/torrentwal.yml",
|
||||
"Definitions/torrentwhiz.yml",
|
||||
"Definitions/torrentwtf.yml",
|
||||
"Definitions/torrentz2.yml",
|
||||
"Definitions/torrentz2eu.yml",
|
||||
|
|
Loading…
Reference in a new issue