mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -136,7 +136,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||||||
* TorrentQQ (토렌트큐큐)
|
* TorrentQQ (토렌트큐큐)
|
||||||
* Torrents.csv
|
* Torrents.csv
|
||||||
* TorrentSir (토렌트썰)
|
* TorrentSir (토렌트썰)
|
||||||
* Torrentv
|
|
||||||
* TorrentView (토렌트뷰)
|
* TorrentView (토렌트뷰)
|
||||||
* TorrentWhiz ( 토렌트위즈)
|
* TorrentWhiz ( 토렌트위즈)
|
||||||
* Torrentz2eu
|
* Torrentz2eu
|
||||||
|
@@ -1,90 +0,0 @@
|
|||||||
---
|
|
||||||
id: torrentv
|
|
||||||
name: Torrentv
|
|
||||||
description: "Torrentv is a Public tracker for MOVIES"
|
|
||||||
language: en-US
|
|
||||||
type: public
|
|
||||||
encoding: UTF-8
|
|
||||||
links:
|
|
||||||
- https://torrentv.org/
|
|
||||||
legacylinks:
|
|
||||||
- http://torrentv.org/ # site forces https
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categories:
|
|
||||||
1: Movies
|
|
||||||
|
|
||||||
modes:
|
|
||||||
search: [q]
|
|
||||||
movie-search: [q]
|
|
||||||
|
|
||||||
settings:
|
|
||||||
- name: sort
|
|
||||||
type: select
|
|
||||||
label: Sort requested from site (Applies only to Keyword searches)
|
|
||||||
default: td-1
|
|
||||||
options:
|
|
||||||
td-1: created
|
|
||||||
s-1: seeders
|
|
||||||
na-1: title
|
|
||||||
|
|
||||||
download:
|
|
||||||
selectors:
|
|
||||||
- selector: a[href^="magnet:?xt="]
|
|
||||||
attribute: href
|
|
||||||
|
|
||||||
search:
|
|
||||||
paths:
|
|
||||||
- path: "{{ if .Keywords }}search/{{ .Keywords }}/{{ .Config.sort }}/{{ else }}new.html{{ end }}"
|
|
||||||
|
|
||||||
rows:
|
|
||||||
selector: div.grid_4
|
|
||||||
|
|
||||||
fields:
|
|
||||||
category:
|
|
||||||
text: 1
|
|
||||||
title:
|
|
||||||
selector: h3 a
|
|
||||||
details:
|
|
||||||
selector: h3 a
|
|
||||||
attribute: href
|
|
||||||
download:
|
|
||||||
selector: h3 a
|
|
||||||
attribute: href
|
|
||||||
poster:
|
|
||||||
selector: img[src^="/pic/"]
|
|
||||||
attribute: src
|
|
||||||
_subcat:
|
|
||||||
selector: div.box ul li:first-child
|
|
||||||
year:
|
|
||||||
selector: div.box ul li:contains("Year:")
|
|
||||||
_quality:
|
|
||||||
selector: div.box ul li:contains("Quality:")
|
|
||||||
description:
|
|
||||||
text: "{{ .Result._subcat }} {{ .Result.year }} {{ .Result._quality }}"
|
|
||||||
date:
|
|
||||||
text: now
|
|
||||||
size:
|
|
||||||
selector: div.box ul li:contains("Size:")
|
|
||||||
filters:
|
|
||||||
- name: replace
|
|
||||||
args: ["Size:", ""]
|
|
||||||
seeders:
|
|
||||||
selector: div.box ul li:contains("Seed/DL:")
|
|
||||||
filters:
|
|
||||||
- name: replace
|
|
||||||
args: ["Seed/DL:", ""]
|
|
||||||
- name: split
|
|
||||||
args: ["/", 0]
|
|
||||||
leechers:
|
|
||||||
selector: div.box ul li:contains("Seed/DL:")
|
|
||||||
filters:
|
|
||||||
- name: replace
|
|
||||||
args: ["Seed/DL:", ""]
|
|
||||||
- name: split
|
|
||||||
args: ["/", 1]
|
|
||||||
downloadvolumefactor:
|
|
||||||
text: 0
|
|
||||||
uploadvolumefactor:
|
|
||||||
text: 1
|
|
||||||
# engine n/a
|
|
@@ -593,6 +593,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/torrentsmd.yml",
|
"Definitions/torrentsmd.yml",
|
||||||
"Definitions/torrent-town.yml",
|
"Definitions/torrent-town.yml",
|
||||||
"Definitions/torrentsurf.yml", // renamed xtremebytes #9951
|
"Definitions/torrentsurf.yml", // renamed xtremebytes #9951
|
||||||
|
"Definitions/torrentv.yml",
|
||||||
"Definitions/torrentvault.yml",
|
"Definitions/torrentvault.yml",
|
||||||
"Definitions/torrentwal.yml",
|
"Definitions/torrentwal.yml",
|
||||||
"Definitions/torrentwtf.yml",
|
"Definitions/torrentwtf.yml",
|
||||||
|
Reference in New Issue
Block a user