2020-02-12 22:31:22 +00:00
|
|
|
---
|
2020-05-11 19:59:28 +00:00
|
|
|
id: torrent4you
|
2020-05-10 20:05:19 +00:00
|
|
|
name: Torrent4You
|
|
|
|
description: "Torrent4You is a Public torrent storage cache"
|
|
|
|
language: en-us
|
|
|
|
type: public
|
|
|
|
encoding: UTF-8
|
|
|
|
links:
|
|
|
|
- https://torrent4you.me/
|
|
|
|
legacylinks:
|
|
|
|
- http://torrent4you.me/
|
2020-02-12 22:31:22 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
caps:
|
|
|
|
categories:
|
2020-10-27 19:02:32 +00:00
|
|
|
Other: Other
|
2020-02-12 22:31:22 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
modes:
|
|
|
|
search: [q]
|
|
|
|
tv-search: [q, season, ep]
|
|
|
|
movie-search: [q]
|
2020-02-12 22:31:22 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
settings:
|
2020-10-27 19:02:32 +00:00
|
|
|
- name: info_8000
|
|
|
|
type: info
|
|
|
|
label: About Torrent4You Categores
|
|
|
|
default: Torrent4You does not return categories in its search results page. To add to Sonarr or Radarr replace all categories with 8000(Other).
|
2020-05-10 20:05:19 +00:00
|
|
|
- name: sort
|
|
|
|
type: select
|
|
|
|
label: Sort requested from site
|
2020-10-21 07:14:35 +00:00
|
|
|
default: created
|
2020-05-10 20:05:19 +00:00
|
|
|
options:
|
2020-10-21 07:14:35 +00:00
|
|
|
created: created
|
|
|
|
seed: seeders
|
|
|
|
size: size
|
|
|
|
title: name
|
2020-02-12 22:31:22 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
download:
|
|
|
|
selector: form[action^="../torrents/"]
|
|
|
|
attribute: action
|
2020-02-12 22:31:22 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
search:
|
|
|
|
paths:
|
2020-10-21 07:14:35 +00:00
|
|
|
- path: "{{ if .Keywords }}search.php?s={{ .Keywords }}&sort={{ .Config.sort }}{{ else }}browse.php?sort={{ .Config.sort }}{{ end }}"
|
2020-02-12 22:31:22 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
rows:
|
|
|
|
selector: table.tb4 > tbody > tr:has(form)
|
2020-02-12 22:31:22 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
fields:
|
|
|
|
category:
|
2020-10-27 19:02:32 +00:00
|
|
|
text: Other
|
2020-05-10 20:05:19 +00:00
|
|
|
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)
|
|
|
|
filters:
|
|
|
|
- name: replace
|
|
|
|
args: ["K", "000"]
|
|
|
|
leechers:
|
|
|
|
selector: td:nth-child(7)
|
|
|
|
filters:
|
|
|
|
- name: replace
|
|
|
|
args: ["K", "000"]
|
|
|
|
grabs:
|
|
|
|
selector: td:nth-child(8)
|
|
|
|
filters:
|
|
|
|
- name: replace
|
|
|
|
args: ["K", "000"]
|
|
|
|
downloadvolumefactor:
|
|
|
|
text: 0
|
|
|
|
uploadvolumefactor:
|
|
|
|
text: 1
|
2020-02-12 22:31:22 +00:00
|
|
|
# engine n/a
|