add torrent4you a public site. resolves #7071

This commit is contained in:
Garfield69 2020-02-13 11:31:22 +13:00
parent 332c4eea73
commit 19043ea2b3
2 changed files with 78 additions and 0 deletions

View File

@ -106,6 +106,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* Torlock
* TOROS
* Torrent Downloads (TD)
* Torrent4You
* Torrent9
* Torrent9Clone
* TorrentDownload

View File

@ -0,0 +1,77 @@
---
site: torrent4you
name: Torrent4You
description: "Torrent4You is a Public torrent storage cache"
language: en-us
type: public
encoding: UTF-8
links:
- http://torrent4you.me/
caps:
categories:
1 : Other
modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q]
settings:
- name: sort
type: select
label: Sort requested from site
default: "created"
options:
"created": "created"
"seed": "seeders"
"size": "size"
"title": "name"
download:
selector: form[action^="../torrents/"]
attribute: action
search:
paths:
- path: "{{ if .Keywords }}search.php?s={{ .Keywords }}&sort={{ .Config.sort }}{{else}}browse.php?sort={{ .Config.sort }}{{end}}"
rows:
selector: table.tb4 > tbody > tr:has(form)
fields:
category:
text: 1
title:
selector: td:nth-child(1) a
details:
selector: td:nth-child(1) a
attribute: href
download:
selector: td:nth-child(1) a
attribute: href
date:
selector: td:nth-child(3)
filters:
- name: timeago
size:
selector: td:nth-child(4)
filters:
- name: replace
args: ["Undefined", "0 B"]
- name: replace
args: ["s", ""]
seeders:
selector: td:nth-child(6)
leechers:
selector: td:nth-child(7)
grabs:
selector: td:nth-child(8)
filters:
- name: replace
args: ["K", "000"]
downloadvolumefactor:
text: 0
uploadvolumefactor:
text: 1
# engine n/a