mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-04-28 04:13:20 +01:00
jackett indexers as of 1e136624a7e258ba0c3e1f2154e197fe9f39fcfb jackett indexers as of aae496536f7fe56c49111a7359d8315935332ebd jackett indexers as of c804cb5e668231a28ebebf6c12fc73cc84192c73 jackett indexers as of 9b54ab60fb59acb9d8504e61c4f9e0b8ee6cfb82 jackett indexers as of 6365de115b2ad616edcacab793267ece658569a1 jackett indexers as of 3afeafba136f8713711bb3c529074710d6bdc90e
70 lines
1.6 KiB
YAML
70 lines
1.6 KiB
YAML
---
|
|
id: torrentz2eu
|
|
name: Torrentz2eu
|
|
description: "Torrentz2eu is a Public torrent meta-search engine"
|
|
language: en-US
|
|
type: public
|
|
encoding: UTF-8
|
|
followredirect: true
|
|
links:
|
|
- https://2torrentz2eu.in/
|
|
- https://torrentz2.unblockninja.com/
|
|
legacylinks:
|
|
- https://torrentz2eu.me/
|
|
- https://torrentz2.org.in/
|
|
- https://torrentzeu.org/
|
|
- https://torrentz2.club/
|
|
|
|
caps:
|
|
# unfortunately torrentz2eu does not display categories anywhere in its search results page :-(
|
|
categorymappings:
|
|
- {id: 1, cat: Movies, desc: "Movies"}
|
|
- {id: 2, cat: TV, desc: "TV"}
|
|
- {id: 3, cat: Other, desc: "Other"}
|
|
|
|
modes:
|
|
search: [q]
|
|
tv-search: [q, season, ep]
|
|
movie-search: [q]
|
|
|
|
settings:
|
|
- name: info_8000
|
|
type: info
|
|
label: About Torrentz2eu Categories
|
|
default: Torrentz2eu does not return categories in its search results.</br>To add to your Apps' Torznab indexer, replace all categories with 8000(Other).
|
|
|
|
search:
|
|
paths:
|
|
- path: data.php
|
|
# - path: kick.php
|
|
inputs:
|
|
q: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
|
|
|
|
rows:
|
|
selector: table.table-bordered > tbody > tr
|
|
|
|
fields:
|
|
category:
|
|
text: 3
|
|
title:
|
|
selector: td:nth-child(1)
|
|
details:
|
|
# no details page, default to sitelink
|
|
text: "{{ .Config.sitelink }}"
|
|
magnet:
|
|
selector: td:nth-child(6) a
|
|
attribute: href
|
|
date:
|
|
selector: td:nth-child(2)
|
|
seeders:
|
|
selector: td:nth-child(3)
|
|
leechers:
|
|
selector: td:nth-child(4)
|
|
size:
|
|
selector: td:nth-child(5)
|
|
downloadvolumefactor:
|
|
text: 0
|
|
uploadvolumefactor:
|
|
text: 1
|
|
# engine n/a
|