mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-04-26 19:34:16 +01:00
99 lines
2.3 KiB
YAML
99 lines
2.3 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
|
||
certificates:
|
||
- 273066e4b30229dfb0bb99474269f58b6fa8971a # expired 5 April 2022
|
||
links:
|
||
- https://gw1.torlook.info/
|
||
- https://torlook.nocensor.world/
|
||
legacylinks:
|
||
- https://torlook.nocensor.biz/
|
||
- https://torlook.nocensor.sbs/
|
||
|
||
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
|