mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-04-26 19:34:16 +01:00
jackett indexers as of 1b441bd030a95d7bce7af8149af8450cb6570bb5 jackett indexers as of 97296ac02151e6ee42cf1f26b24e74c140f517b7 jackett indexers as of 49a0c2d7e0f1f61b2fd04883ccc21267f7068f78 jackett indexers as of 1076bb3a895e8c8482ae131c2a365a52f24ba1c6 jackett indexers as of 30c308b0992de9a673a73e68b36959243dec1066
94 lines
2.1 KiB
YAML
94 lines
2.1 KiB
YAML
---
|
|
id: torlook
|
|
name: Torlook
|
|
description: "Torlook is a Russian Public torrent meta-search engine combining results from dozens of torrent sites"
|
|
language: en-US
|
|
type: public
|
|
encoding: UTF-8
|
|
links:
|
|
- https://gw1.torlook.info/
|
|
- https://torlook.nocensor.biz/
|
|
|
|
caps:
|
|
categorymappings:
|
|
- {id: 1, cat: Other, desc: "Other"}
|
|
|
|
modes:
|
|
search: [q]
|
|
tv-search: [q, season, ep]
|
|
movie-search: [q]
|
|
music-search: [q]
|
|
book-search: [q]
|
|
|
|
settings:
|
|
- name: sort
|
|
type: select
|
|
label: Sort requested from site
|
|
default: date
|
|
options:
|
|
date: created
|
|
seeders: seeders
|
|
size: size
|
|
- name: info_8000
|
|
type: info
|
|
label: About Torlook Categories
|
|
default: Torlook does not return categories in its search results.</br>To add to your Apps' Torznab indexer, replace all categories with 8000(Other).
|
|
|
|
download:
|
|
infohash:
|
|
hash:
|
|
selector: script:contains("magnet:?xt=")
|
|
filters:
|
|
- name: regexp
|
|
args: ([A-F|a-f|0-9]{40})
|
|
title:
|
|
selector: script:contains("magnet:?xt=")
|
|
filters:
|
|
- name: regexp
|
|
args: ([A-F|a-f|0-9]{40})
|
|
|
|
search:
|
|
paths:
|
|
- path: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}/{{ .Config.sort }}"
|
|
|
|
rows:
|
|
selector: div.webResult:has(a.magneto[data-src])
|
|
filters:
|
|
- name: andmatch
|
|
|
|
fields:
|
|
category:
|
|
text: 1
|
|
title:
|
|
selector: p > a
|
|
details:
|
|
selector: p > a
|
|
attribute: href
|
|
download:
|
|
selector: a.magneto
|
|
attribute: data-src
|
|
filters:
|
|
- name: prepend
|
|
args: "{{ .Config.sitelink }}"
|
|
date_year:
|
|
selector: span.date:contains("-")
|
|
optional: true
|
|
filters:
|
|
- name: append
|
|
args: " +03:00" # MSK
|
|
- name: dateparse
|
|
args: "2006-01-02 -07:00"
|
|
date:
|
|
text: "{{ if .Result.date_year }}{{ .Result.date_year }}{{ else }}now{{ end }}"
|
|
size:
|
|
selector: span.size
|
|
seeders:
|
|
selector: span.seeders
|
|
leechers:
|
|
selector: span.leechers
|
|
downloadvolumefactor:
|
|
text: 0
|
|
uploadvolumefactor:
|
|
text: 1
|
|
# engine n/a
|